Uses of Class
org.junit.platform.engine.discovery.UriSelector
Packages that use UriSelector
Package
Description
Configuration options for 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
Fields in org.junit.platform.console.options with type parameters of type UriSelectorModifier and TypeFieldDescriptionprivate List
<UriSelector> TestDiscoveryOptions.selectedUris
private List
<UriSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedUris
private List
<UriSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedUris2
Methods 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 TypeMethodDescriptionvoid
TestDiscoveryOptions.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 UriSelector
Create aUriSelector
for the supplied URI.static UriSelector
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 UriSelectorModifier and TypeMethodDescriptiondefault SelectorResolver.Resolution
SelectorResolver.resolve
(UriSelector selector, SelectorResolver.Context context) Resolve the suppliedUriSelector
using 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)