@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
@API(status=STABLE,
since="1.10")
public @interface SelectUris
@SelectUris specifies the URIs to select when running a test
suite on the JUnit Platform.Suite,
JUnitPlatform,
DiscoverySelectors.selectUri(String)| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value
One or more URIs to select.
|