Uses of Class
org.junit.platform.engine.discovery.ClasspathResourceSelector
Packages that use ClasspathResourceSelector
Package
Description
Command-line option utility classes of 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
Classes in org.junit.platform.console.options that implement interfaces with type arguments of type ClasspathResourceSelectorModifier and TypeClassDescription(package private) static classFields in org.junit.platform.console.options with type parameters of type ClasspathResourceSelectorModifier and TypeFieldDescriptionprivate List<ClasspathResourceSelector> TestDiscoveryOptions.selectedClasspathResourcesprivate List<ClasspathResourceSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedClasspathResourcesprivate List<ClasspathResourceSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedClasspathResources2Methods 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 TypeMethodDescriptionvoidTestDiscoveryOptions.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 ClasspathResourceSelectorDiscoverySelectors.selectClasspathResource(String classpathResourceName) Create aClasspathResourceSelectorfor the supplied classpath resource name.static ClasspathResourceSelectorDiscoverySelectors.selectClasspathResource(String classpathResourceName, FilePosition position) Create aClasspathResourceSelectorfor the supplied classpath resource name.static ClasspathResourceSelectorDiscoverySelectors.selectClasspathResource(Set<org.junit.platform.commons.support.Resource> classpathResources) Deprecated.static ClasspathResourceSelectorDiscoverySelectors.selectClasspathResourceByName(Set<? extends org.junit.platform.commons.io.Resource> classpathResources) Create aClasspathResourceSelectorfor the supplied classpath resources.Methods in org.junit.platform.engine.discovery that return types with arguments of type ClasspathResourceSelectorModifier and TypeMethodDescriptionClasspathResourceSelector.IdentifierParser.parse(DiscoverySelectorIdentifier identifier, DiscoverySelectorIdentifierParser.Context context) -
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.ResolutionSelectorResolver.resolve(ClasspathResourceSelector selector, SelectorResolver.Context context) Resolve the suppliedClasspathResourceSelectorusing 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 ClasspathResourceSelectorAdditionalDiscoverySelectors.selectClasspathResource(String classpathResourceName, int line, int column)
DiscoverySelectors.selectClasspathResourceByName(Set)instead.