Package org.junit.platform.suite.api
Annotation Type SelectClasspathResource
-
@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented @API(status=STABLE, since="1.10") @Repeatable(SelectClasspathResources.class) public @interface SelectClasspathResource@SelectClasspathResourceis a repeatable annotation that specifies a classpath resource to select when running a test suite on the JUnit Platform.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe name of the classpath resource to select.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intcolumnThe column number within the classpath resource; ignored if the line number is ignored or if not greater than zero.intlineThe line number within the classpath resource; ignored if not greater than zero.
-