Uses of Class
org.junit.platform.engine.discovery.ClasspathResourceSelector
Packages that use ClasspathResourceSelector
Package
Description
Configurable test discovery implementation that can be reused by different test engines.
-
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, @Nullable FilePosition position) Create aClasspathResourceSelectorfor the supplied classpath resource name.static ClasspathResourceSelectorDiscoverySelectors.selectClasspathResource(Set<org.junit.platform.commons.support.Resource> classpathResources) Deprecated, for removal: This API element is subject to removal in a future version.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.
DiscoverySelectors.selectClasspathResourceByName(Set)instead.