Uses of Class
org.junit.platform.engine.discovery.UriSelector
Package
Description
Configurable test discovery implementation that can be reused by different test engines.
-
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
.