Package | Description |
---|---|
org.junit.jupiter.engine.discovery |
Internal classes for test discovery within the JUnit Jupiter test engine.
|
org.junit.platform.engine.discovery |
Modifier and Type | Method and Description |
---|---|
(package private) void |
JavaElementsResolver.resolveModule(ModuleSelector selector) |
Modifier and Type | Method and Description |
---|---|
static ModuleSelector |
DiscoverySelectors.selectModule(java.lang.String moduleName)
Create a
ModuleSelector for the supplied module name. |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ModuleSelector> |
DiscoverySelectors.selectModules(java.util.Set<java.lang.String> moduleNames)
Create a list of
ModuleSelectors for the supplied module names. |