Uses of Class
org.junit.platform.engine.discovery.ModuleSelector
Packages that use ModuleSelector
Package
Description
Configuration options for JUnit's console launcher.
Configurable test discovery implementation that can be reused by different test engines.
-
Uses of ModuleSelector in org.junit.platform.console.options
Methods in org.junit.platform.console.options that return types with arguments of type ModuleSelectorMethod parameters in org.junit.platform.console.options with type arguments of type ModuleSelectorModifier and TypeMethodDescriptionvoidCommandLineOptions.setSelectedModules(List<ModuleSelector> selectedModules) -
Uses of ModuleSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return ModuleSelectorModifier and TypeMethodDescriptionstatic ModuleSelectorDiscoverySelectors.selectModule(String moduleName) Create aModuleSelectorfor the supplied module name.Methods in org.junit.platform.engine.discovery that return types with arguments of type ModuleSelectorModifier and TypeMethodDescriptionstatic List<ModuleSelector>DiscoverySelectors.selectModules(Set<String> moduleNames) Create a list ofModuleSelectorsfor 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 ModuleSelectorModifier and TypeMethodDescriptiondefault SelectorResolver.ResolutionSelectorResolver.resolve(ModuleSelector selector, SelectorResolver.Context context) Resolve the suppliedModuleSelectorusing the suppliedContext.