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