Uses of Class
org.junit.platform.engine.discovery.UriSelector
-
Packages that use UriSelector Package Description org.junit.platform.engine.discovery -
-
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(java.lang.String uri)
Create aUriSelector
for the supplied URI.static UriSelector
DiscoverySelectors. selectUri(java.net.URI uri)
Create aUriSelector
for the suppliedURI
.
-