Module org.junit.platform.suite.api
Package org.junit.platform.suite.api
Annotation Interface SelectUris
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
@API(status=EXPERIMENTAL,
since="1.8")
public @interface SelectUris
@SelectUris
specifies the URIs to select when running a test
suite on the JUnit Platform.- Since:
- 1.8
- See Also:
Suite
,JUnitPlatform
,DiscoverySelectors.selectUri(String)
-
Required Element Summary
-
Element Details
-
value
String[] valueOne or more URIs to select.
-