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 java.util.List<ClasspathRootSelector>
DiscoverySelectors. selectClasspathRoots(java.util.Set<java.nio.file.Path> classpathRoots)
Create a list ofClasspathRootSelectors
for the supplied classpath roots (directories or JAR files).
-