Uses of Class
org.junit.platform.engine.discovery.ModuleSelector
-
Packages that use ModuleSelector Package Description org.junit.platform.engine.discovery -
-
Uses of ModuleSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return ModuleSelector Modifier and Type Method Description static ModuleSelector
DiscoverySelectors. selectModule(java.lang.String moduleName)
Create aModuleSelector
for the supplied module name.Methods in org.junit.platform.engine.discovery that return types with arguments of type ModuleSelector Modifier and Type Method Description static java.util.List<ModuleSelector>
DiscoverySelectors. selectModules(java.util.Set<java.lang.String> moduleNames)
Create a list ofModuleSelectors
for the supplied module names.
-