Package | Description |
---|---|
org.junit.jupiter.engine.discovery |
Internal classes for test discovery within the JUnit Jupiter test engine.
|
org.junit.platform.engine.discovery |
Modifier and Type | Method and Description |
---|---|
(package private) void |
JavaElementsResolver.resolveClasspathRoot(ClasspathRootSelector selector) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ClasspathRootSelector> |
DiscoverySelectors.selectClasspathRoots(java.util.Set<java.nio.file.Path> classpathRoots)
Create a list of
ClasspathRootSelectors for the supplied
classpath roots (directories or JAR files). |