Module org.junit.platform.suite.api
Package org.junit.platform.suite.api
Annotation Interface Select
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
@API(status=EXPERIMENTAL,
since="1.11")
@Repeatable(Selects.class)
public @interface Select
@Select
is a repeatable annotation that
specifies which tests to select based on prefixed
selector identifiers.- Since:
- 1.11
- See Also:
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionString[]
One or more prefixed selector identifiers to select.
-
Element Details
-
value
String[] valueOne or more prefixed selector identifiers to select.
-