Package | Description |
---|---|
org.junit.jupiter.engine.discovery |
Internal classes for test discovery within the JUnit Jupiter test engine.
|
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.vintage.engine.discovery |
Internal classes for test discovery within the JUnit Vintage test engine.
|
Modifier and Type | Method and Description |
---|---|
SelectorResolver.Resolution |
ClassSelectorResolver.resolve(UniqueIdSelector selector,
SelectorResolver.Context context) |
SelectorResolver.Resolution |
MethodSelectorResolver.resolve(UniqueIdSelector selector,
SelectorResolver.Context context) |
Modifier and Type | Method and Description |
---|---|
static UniqueIdSelector |
DiscoverySelectors.selectUniqueId(java.lang.String uniqueId)
Create a
UniqueIdSelector for the supplied unique ID. |
static UniqueIdSelector |
DiscoverySelectors.selectUniqueId(UniqueId uniqueId)
Create a
UniqueIdSelector for the supplied UniqueId . |
Modifier and Type | Method and Description |
---|---|
default SelectorResolver.Resolution |
SelectorResolver.resolve(UniqueIdSelector selector,
SelectorResolver.Context context)
Resolve the supplied
UniqueIdSelector using the supplied
Context . |
private java.util.Optional<SelectorResolver.Resolution> |
EngineDiscoveryRequestResolution.resolveUniqueId(UniqueIdSelector selector) |
Modifier and Type | Method and Description |
---|---|
SelectorResolver.Resolution |
ClassSelectorResolver.resolve(UniqueIdSelector selector,
SelectorResolver.Context context) |
SelectorResolver.Resolution |
MethodSelectorResolver.resolve(UniqueIdSelector selector,
SelectorResolver.Context context) |