Module org.junit.platform.suite.api
Package org.junit.platform.suite.api
Annotation Interface SelectFile
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
@API(status=STABLE,
since="1.10")
@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
-
Optional Element Summary
-
Element Details
-
value
String valueThe file to select.
-
-
-
line
int lineThe line number within the file; ignored if not greater than zero.- Default:
- 0
-
column
int columnThe column number within the file; ignored if the line number is ignored or if not greater than zero.- Default:
- 0
-