@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
@API(status=STABLE,
since="1.10")
@Repeatable(value=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.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The file to select.
|