Package | Description |
---|---|
org.junit.platform.engine.discovery | |
org.junit.platform.engine.support.discovery |
Configurable test discovery implementation that can be reused by different test engines.
|
Modifier and Type | Method | Description |
---|---|---|
static ModuleSelector |
DiscoverySelectors.selectModule(String moduleName) |
Create a
ModuleSelector for the supplied module name. |
Modifier and Type | Method | Description |
---|---|---|
static List<ModuleSelector> |
DiscoverySelectors.selectModules(Set<String> moduleNames) |
Create a list of
ModuleSelectors for the supplied module names. |
Modifier and Type | Method | Description |
---|---|---|
default SelectorResolver.Resolution |
SelectorResolver.resolve(ModuleSelector selector,
SelectorResolver.Context context) |
Resolve the supplied
ModuleSelector using the supplied
Context . |
Copyright © 2019. All rights reserved.