| Package | Description |
|---|---|
| org.junit.jupiter.engine |
Core package for the JUnit Jupiter test engine.
|
| org.junit.jupiter.engine.discovery |
Internal classes for test discovery within the JUnit Jupiter test engine.
|
| org.junit.platform.engine |
Public API for test engines.
|
| org.junit.platform.engine.support.filter |
Filter-related support classes intended to be
used by test engine implementations. |
| org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
| org.junit.vintage.engine |
Core package for the JUnit Vintage test engine.
|
| org.junit.vintage.engine.discovery |
Internal classes for test discovery within the JUnit Vintage test engine.
|
| Modifier and Type | Method | Description |
|---|---|---|
TestDescriptor |
JupiterTestEngine.discover(EngineDiscoveryRequest discoveryRequest,
UniqueId uniqueId) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DiscoverySelectorResolver.resolveSelectors(EngineDiscoveryRequest request,
TestDescriptor engineDescriptor) |
| Modifier and Type | Method | Description |
|---|---|---|
TestDescriptor |
TestEngine.discover(EngineDiscoveryRequest discoveryRequest,
UniqueId uniqueId) |
Discover tests according to the supplied
EngineDiscoveryRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
static ClassFilter |
ClasspathScanningSupport.buildClassFilter(EngineDiscoveryRequest request,
java.util.function.Predicate<java.lang.Class<?>> classPredicate) |
Build a
ClassFilter by combining the name predicate built by
ClasspathScanningSupport.buildClassNamePredicate(EngineDiscoveryRequest) and the passed-in
class predicate. |
static java.util.function.Predicate<java.lang.String> |
ClasspathScanningSupport.buildClassNamePredicate(EngineDiscoveryRequest request) |
Build a
Predicate for fully qualified class names to be used for
classpath scanning from an EngineDiscoveryRequest. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
LauncherDiscoveryRequest |
LauncherDiscoveryRequest extends the EngineDiscoveryRequest API
with additional filters that are applied by the Launcher itself. |
| Modifier and Type | Method | Description |
|---|---|---|
TestDescriptor |
VintageTestEngine.discover(EngineDiscoveryRequest discoveryRequest,
UniqueId uniqueId) |
| Modifier and Type | Method | Description |
|---|---|---|
TestDescriptor |
VintageDiscoverer.discover(EngineDiscoveryRequest discoveryRequest,
UniqueId uniqueId) |