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.org.junit.platform.suite.commons Common support utilities for executing test suites on the JUnit Platform. -
-
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. -
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. -
Uses of UriSelector in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons that return types with arguments of type UriSelector Modifier and Type Method Description (package private) static java.util.List<UriSelector>AdditionalDiscoverySelectors. selectUris(java.lang.String... uris)
-