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 and Description |
---|---|
TestDescriptor |
JupiterTestEngine.discover(EngineDiscoveryRequest discoveryRequest,
UniqueId uniqueId) |
Modifier and Type | Method and Description |
---|---|
void |
DiscoverySelectorResolver.resolveSelectors(EngineDiscoveryRequest request,
TestDescriptor engineDescriptor) |
Modifier and Type | Method and Description |
---|---|
TestDescriptor |
TestEngine.discover(EngineDiscoveryRequest discoveryRequest,
UniqueId uniqueId)
Discover tests according to the supplied
EngineDiscoveryRequest . |
Modifier and Type | Method and Description |
---|---|
static Predicate<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 and Description |
---|---|
interface |
LauncherDiscoveryRequest
LauncherDiscoveryRequest extends the EngineDiscoveryRequest API
with additional filters that are applied by the Launcher itself. |
Modifier and Type | Method and Description |
---|---|
TestDescriptor |
VintageTestEngine.discover(EngineDiscoveryRequest discoveryRequest,
UniqueId uniqueId) |
Modifier and Type | Method and Description |
---|---|
TestDescriptor |
VintageDiscoverer.discover(EngineDiscoveryRequest discoveryRequest,
UniqueId uniqueId) |