Package org.junit.platform.suite.api
Annotation Type SelectFile
-
@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented @API(status=EXPERIMENTAL, since="1.8") @Repeatable(SelectFiles.class) public @interface SelectFile
@SelectFile
is a repeatable annotation that specifies a file to select when running a test suite on the JUnit Platform.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
The file to select.
-