| Package | Description |
|---|---|
| org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder. |
| Modifier and Type | Field and Description |
|---|---|
private LauncherDiscoveryResult |
InternalTestPlan.discoveryResult |
| Modifier and Type | Method and Description |
|---|---|
private LauncherDiscoveryResult |
DefaultLauncher.discover(LauncherDiscoveryRequest discoveryRequest,
EngineDiscoveryOrchestrator.Phase phase) |
LauncherDiscoveryResult |
EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request,
EngineDiscoveryOrchestrator.Phase phase)
Discovers tests for the supplied request in the supplied phase using the
configured test engines.
|
LauncherDiscoveryResult |
EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request,
EngineDiscoveryOrchestrator.Phase phase,
UniqueId parentId)
Discovers tests for the supplied request in the supplied phase using the
configured test engines to be used by the suite engine.
|
(package private) LauncherDiscoveryResult |
InternalTestPlan.getDiscoveryResult() |
LauncherDiscoveryResult |
LauncherDiscoveryResult.withRetainedEngines(java.util.function.Predicate<? super TestDescriptor> predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
EngineExecutionOrchestrator.execute(LauncherDiscoveryResult discoveryResult,
EngineExecutionListener engineExecutionListener)
Executes tests for the supplied discovery results and notifies the supplied listener of execution events.
|
void |
EngineExecutionOrchestrator.execute(LauncherDiscoveryResult discoveryResult,
EngineExecutionListener engineExecutionListener,
TestExecutionListener testExecutionListener)
Executes tests for the supplied discoveryResult and notifies the supplied engineExecutionListener and
testExecutionListener of execution
events.
|
(package private) static InternalTestPlan |
InternalTestPlan.from(LauncherDiscoveryResult discoveryResult) |
| Constructor and Description |
|---|
InternalTestPlan(LauncherDiscoveryResult discoveryResult,
TestPlan delegate) |