Uses of Class
org.junit.platform.engine.discovery.ClasspathResourceSelector
Packages that use ClasspathResourceSelector
Package
Description
Configuration options for JUnit's console launcher.
Configurable test discovery implementation that can be reused by different test engines.
-
Uses of ClasspathResourceSelector in org.junit.platform.console.options
Methods in org.junit.platform.console.options that return types with arguments of type ClasspathResourceSelectorMethod parameters in org.junit.platform.console.options with type arguments of type ClasspathResourceSelectorModifier and TypeMethodDescriptionvoid
CommandLineOptions.setSelectedClasspathResources
(List<ClasspathResourceSelector> selectedClasspathResources) -
Uses of ClasspathResourceSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return ClasspathResourceSelectorModifier and TypeMethodDescriptionstatic ClasspathResourceSelector
DiscoverySelectors.selectClasspathResource
(String classpathResourceName) Create aClasspathResourceSelector
for the supplied classpath resource name.static ClasspathResourceSelector
DiscoverySelectors.selectClasspathResource
(String classpathResourceName, FilePosition position) Create aClasspathResourceSelector
for the supplied classpath resource name. -
Uses of ClasspathResourceSelector in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type ClasspathResourceSelectorModifier and TypeMethodDescriptiondefault SelectorResolver.Resolution
SelectorResolver.resolve
(ClasspathResourceSelector selector, SelectorResolver.Context context) Resolve the suppliedClasspathResourceSelector
using the suppliedContext
.