Uses of Class
org.junit.platform.engine.discovery.ModuleSelector
-
Packages that use ModuleSelector Package Description org.junit.platform.console.options Configuration options for JUnit's console launcher.org.junit.platform.engine.discovery org.junit.platform.engine.support.discovery Configurable test discovery implementation that can be reused by different test engines.org.junit.platform.suite.commons Common support utilities for executing test suites on the JUnit Platform. -
-
Uses of ModuleSelector in org.junit.platform.console.options
Fields in org.junit.platform.console.options with type parameters of type ModuleSelector Modifier and Type Field Description private java.util.List<ModuleSelector>
TestDiscoveryOptions. selectedModules
private java.util.List<ModuleSelector>
TestDiscoveryOptionsMixin.SelectorOptions. selectedModules
private java.util.List<ModuleSelector>
TestDiscoveryOptionsMixin.SelectorOptions. selectedModules2
Methods in org.junit.platform.console.options that return ModuleSelector Modifier and Type Method Description ModuleSelector
SelectorConverter.Module. convert(java.lang.String value)
Methods in org.junit.platform.console.options that return types with arguments of type ModuleSelector Modifier and Type Method Description java.util.List<ModuleSelector>
TestDiscoveryOptions. getSelectedModules()
Method parameters in org.junit.platform.console.options with type arguments of type ModuleSelector Modifier and Type Method Description void
TestDiscoveryOptions. setSelectedModules(java.util.List<ModuleSelector> selectedModules)
-
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. -
Uses of ModuleSelector in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type ModuleSelector Modifier and Type Method Description SelectorResolver.Resolution
ClassContainerSelectorResolver. resolve(ModuleSelector selector, SelectorResolver.Context context)
default SelectorResolver.Resolution
SelectorResolver. resolve(ModuleSelector selector, SelectorResolver.Context context)
Resolve the suppliedModuleSelector
using the suppliedContext
. -
Uses of ModuleSelector in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons that return types with arguments of type ModuleSelector Modifier and Type Method Description (package private) static java.util.List<ModuleSelector>
AdditionalDiscoverySelectors. selectModules(java.lang.String... moduleNames)
-