Uses of Class
org.junit.platform.engine.discovery.UriSelector
Packages that use UriSelector
Package
Description
Command-line option utility classes of JUnit's console launcher.
Configurable test discovery implementation that can be reused by different test engines.
Common support utilities for executing test suites on the JUnit Platform.
-
Uses of UriSelector in org.junit.platform.console.options
Classes in org.junit.platform.console.options that implement interfaces with type arguments of type UriSelectorFields in org.junit.platform.console.options with type parameters of type UriSelectorModifier and TypeFieldDescriptionprivate List<UriSelector> TestDiscoveryOptions.selectedUrisprivate List<UriSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedUrisprivate List<UriSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedUris2Methods in org.junit.platform.console.options that return UriSelectorMethods in org.junit.platform.console.options that return types with arguments of type UriSelectorMethod parameters in org.junit.platform.console.options with type arguments of type UriSelectorModifier and TypeMethodDescriptionvoidTestDiscoveryOptions.setSelectedUris(List<UriSelector> selectedUris) -
Uses of UriSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return UriSelectorModifier and TypeMethodDescriptionstatic UriSelectorCreate aUriSelectorfor the supplied URI.static UriSelectorCreate aUriSelectorfor the suppliedURI.Methods in org.junit.platform.engine.discovery that return types with arguments of type UriSelectorModifier and TypeMethodDescriptionUriSelector.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 UriSelectorModifier and TypeMethodDescriptiondefault 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 UriSelectorModifier and TypeMethodDescription(package private) static List<UriSelector> AdditionalDiscoverySelectors.selectUris(String... uris)