Module org.junit.platform.suite.api
Package org.junit.platform.suite.api
Annotation Interface SelectClasspathResources
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
@API(status=EXPERIMENTAL,
since="1.8")
public @interface SelectClasspathResources
@SelectClasspathResources
is a container for one or more
@SelectClasspathResource
declarations.
Note, however, that use of the @SelectClasspathResources
container is
completely optional since @SelectClasspathResource
is a
repeatable annotation.
- Since:
- 1.8
- See Also:
SelectClasspathResource
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionAn array of one or more@SelectClasspathResource
declarations.
-
Element Details
-
value
SelectClasspathResource[] valueAn array of one or more@SelectClasspathResource
declarations.
-