| Package | Description |
|---|---|
| org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
| org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
| org.junit.platform.engine |
Public API for test engines.
|
| org.junit.platform.engine.support.hierarchical |
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction. |
| org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder. |
| org.junit.vintage.engine.execution |
Internal classes for test execution within the JUnit Vintage test engine.
|
| Modifier and Type | Field and Description |
|---|---|
private EngineExecutionListener |
AbstractExtensionContext.engineExecutionListener |
| Modifier and Type | Field and Description |
|---|---|
(package private) EngineExecutionListener |
JupiterEngineExecutionContext.State.executionListener |
| Modifier and Type | Method and Description |
|---|---|
EngineExecutionListener |
JupiterEngineExecutionContext.getExecutionListener() |
| Constructor and Description |
|---|
JupiterEngineExecutionContext(EngineExecutionListener executionListener,
JupiterConfiguration configuration) |
State(EngineExecutionListener executionListener,
JupiterConfiguration configuration) |
| Modifier and Type | Field and Description |
|---|---|
private EngineExecutionListener |
ExecutionRequest.engineExecutionListener |
| Modifier and Type | Method and Description |
|---|---|
EngineExecutionListener |
ExecutionRequest.getEngineExecutionListener()
Get the
EngineExecutionListener to be notified of test execution
events. |
| Constructor and Description |
|---|
ExecutionRequest(TestDescriptor rootTestDescriptor,
EngineExecutionListener engineExecutionListener,
ConfigurationParameters configurationParameters) |
| Modifier and Type | Field and Description |
|---|---|
private EngineExecutionListener |
NodeTestTaskContext.listener |
| Modifier and Type | Method and Description |
|---|---|
(package private) EngineExecutionListener |
NodeTestTaskContext.getListener() |
| Constructor and Description |
|---|
NodeTestTaskContext(EngineExecutionListener listener,
HierarchicalTestExecutorService executorService,
ThrowableCollector.Factory throwableCollectorFactory,
NodeExecutionAdvisor executionAdvisor) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ExecutionListenerAdapter
An
ExecutionListenerAdapter adapts a TestPlan and a corresponding
TestExecutionListener to the EngineExecutionListener API. |
| Modifier and Type | Field and Description |
|---|---|
private EngineExecutionListener |
RunnerExecutor.engineExecutionListener |
private EngineExecutionListener |
RunListenerAdapter.listener |
| Constructor and Description |
|---|
RunListenerAdapter(TestRun testRun,
EngineExecutionListener listener) |
RunnerExecutor(EngineExecutionListener engineExecutionListener) |