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.
-
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. -
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.