Uses of Class
org.junit.platform.engine.discovery.UriSelector
Package
Description
Configuration options for JUnit's console launcher.
Configurable test discovery implementation that can be reused by different test engines.
-
Uses of UriSelector in org.junit.platform.console.options
Modifier and TypeMethodDescriptionvoid
TestDiscoveryOptions.setSelectedUris
(List<UriSelector> selectedUris) -
Uses of UriSelector in org.junit.platform.engine.discovery
Modifier 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
Modifier and TypeMethodDescriptiondefault SelectorResolver.Resolution
SelectorResolver.resolve
(UriSelector selector, SelectorResolver.Context context) Resolve the suppliedUriSelector
using the suppliedContext
.