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 UriSelectorDiscoverySelectors. selectUri(java.lang.String uri)Create aUriSelectorfor the supplied URI.static UriSelectorDiscoverySelectors. selectUri(java.net.URI uri)Create aUriSelectorfor the suppliedURI.Methods in org.junit.platform.engine.discovery that return types with arguments of type UriSelector Modifier and Type Method Description java.util.Optional<UriSelector>UriSelector.IdentifierParser. parse(DiscoverySelectorIdentifier identifier, DiscoverySelectorIdentifierParser.Context context) -
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.ResolutionSelectorResolver. resolve(UriSelector selector, SelectorResolver.Context context)Resolve the suppliedUriSelectorusing the suppliedContext.
-