Uses of Class
org.junit.platform.engine.discovery.ClasspathRootSelector
Packages that use ClasspathRootSelector
Package
Description
Configurable test discovery implementation that can be reused by different test engines.
-
Uses of ClasspathRootSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return types with arguments of type ClasspathRootSelectorModifier and TypeMethodDescriptionstatic List<ClasspathRootSelector>
DiscoverySelectors.selectClasspathRoots(Set<Path> classpathRoots)
Create a list ofClasspathRootSelectors
for the supplied classpath roots (directories or JAR files). -
Uses of ClasspathRootSelector in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type ClasspathRootSelectorModifier and TypeMethodDescriptiondefault SelectorResolver.Resolution
SelectorResolver.resolve(ClasspathRootSelector selector, SelectorResolver.Context context)
Resolve the suppliedClasspathRootSelector
using the suppliedContext
.