Package org.junit.platform.suite.api
Annotation Type Select
-
@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented @API(status=MAINTAINED, since="1.13.3") @Repeatable(Selects.class) public @interface Select@Selectis a repeatable annotation that specifies which tests to select based on prefixed selector identifiers.- Since:
- 1.11
- See Also:
Suite,DiscoverySelectors.parse(String)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]valueOne or more prefixed selector identifiers to select.
-
-
-
Element Detail
-
value
java.lang.String[] value
One or more prefixed selector identifiers to select.
-
-