Package org.junit.platform.suite.api
Annotation Type SelectModules
-
@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented @API(status=EXPERIMENTAL, since="1.8") public @interface SelectModules
@SelectModules
specifies the modules to select when running a test suite on the JUnit Platform.- Since:
- 1.8
- See Also:
Suite
,JUnitPlatform
,DiscoverySelectors.selectModules(Set)
-
-
Element Detail
-
value
String[] value
One or more modules to select.
-
-