| 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 and Description |
|---|---|
static UriSelector |
DiscoverySelectors.selectUri(java.lang.String uri)
Create a
UriSelector for the supplied URI. |
static UriSelector |
DiscoverySelectors.selectUri(java.net.URI uri)
Create a
UriSelector for the supplied URI. |
| Modifier and Type | Method and Description |
|---|---|
default SelectorResolver.Resolution |
SelectorResolver.resolve(UriSelector selector,
SelectorResolver.Context context)
Resolve the supplied
UriSelector using the supplied
Context. |