Uses of Class
org.junit.platform.engine.discovery.ClasspathRootSelector
-
Packages that use ClasspathRootSelector Package Description org.junit.platform.engine.discovery org.junit.platform.engine.support.discovery 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 ClasspathRootSelector Modifier and Type Method Description static 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 ClasspathRootSelector Modifier and Type Method Description default SelectorResolver.Resolution
SelectorResolver. resolve(ClasspathRootSelector selector, SelectorResolver.Context context)
Resolve the suppliedClasspathRootSelector
using the suppliedContext
.
-