Package org.junit.platform.suite.api
Annotation Type SelectFile
-
@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented @API(status=STABLE, since="1.10") @Repeatable(SelectFiles.class) public @interface SelectFile@SelectFileis a repeatable annotation that specifies a file to select when running a test suite on the JUnit Platform.- Since:
- 1.8
- See Also:
Suite,JUnitPlatform,DiscoverySelectors.selectFile(String, org.junit.platform.engine.discovery.FilePosition)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe file to select.
-