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(String uri)
Create a
UriSelector for the supplied URI. |
static UriSelector |
DiscoverySelectors.selectUri(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 . |
Copyright © 2019. All rights reserved.