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.
Common support utilities for executing test suites on the JUnit Platform.
-
Uses of ClasspathResourceSelector in org.junit.platform.console.options
Fields in org.junit.platform.console.options with type parameters of type ClasspathResourceSelectorModifier and TypeFieldDescriptionprivate List
<ClasspathResourceSelector> TestDiscoveryOptions.selectedClasspathResources
private List
<ClasspathResourceSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedClasspathResources
private List
<ClasspathResourceSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedClasspathResources2
Methods in org.junit.platform.console.options that return ClasspathResourceSelectorModifier and TypeMethodDescriptionMethods 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
TestDiscoveryOptions.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
. -
Uses of ClasspathResourceSelector in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons that return ClasspathResourceSelectorModifier and TypeMethodDescription(package private) static ClasspathResourceSelector
AdditionalDiscoverySelectors.selectClasspathResource
(String classpathResourceName, int line, int column)