Uses of Class
org.junit.platform.engine.discovery.ClasspathRootSelector
-
Packages that use ClasspathRootSelector Package Description org.junit.platform.engine.discovery -
-
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).
-