Uses of Class
org.junit.platform.engine.discovery.UriSelector
Packages that use UriSelector
Package
Description
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.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)