| 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.vintage.engine.execution |
Internal classes for test execution within the JUnit Vintage test engine.
|
| Constructor and Description |
|---|
ClassExtensionContext(ExtensionContext parent,
EngineExecutionListener engineExecutionListener,
ClassTestDescriptor testDescriptor,
ThrowableCollector throwableCollector) |
JupiterEngineExtensionContext(EngineExecutionListener engineExecutionListener,
JupiterEngineDescriptor testDescriptor) |
MethodExtensionContext(ExtensionContext parent,
EngineExecutionListener engineExecutionListener,
TestMethodTestDescriptor testDescriptor,
Object testInstance,
ThrowableCollector throwableCollector) |
| Modifier and Type | Method and Description |
|---|---|
EngineExecutionListener |
JupiterEngineExecutionContext.getExecutionListener() |
| Constructor and Description |
|---|
JupiterEngineExecutionContext(EngineExecutionListener executionListener,
ConfigurationParameters configurationParameters) |
| 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) |
| Constructor and Description |
|---|
RunnerExecutor(EngineExecutionListener engineExecutionListener,
Logger logger) |