Uses of Class
org.junit.platform.engine.discovery.UriSelector
-
Packages that use UriSelector 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. -
-
Uses of UriSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return UriSelector Modifier and Type Method Description static UriSelector
DiscoverySelectors. selectUri(String uri)
Create aUriSelector
for the supplied URI.static UriSelector
DiscoverySelectors. selectUri(URI uri)
Create aUriSelector
for the suppliedURI
. -
Uses of UriSelector in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type UriSelector Modifier and Type Method Description default SelectorResolver.Resolution
SelectorResolver. resolve(UriSelector selector, SelectorResolver.Context context)
Resolve the suppliedUriSelector
using the suppliedContext
.
-