| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
EngineExecutionListener |
JupiterEngineExecutionContext.getExecutionListener() |
| Constructor and Description |
|---|
JupiterEngineExecutionContext(EngineExecutionListener executionListener,
JupiterConfiguration configuration) |
| 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) |
Copyright © 2024. All rights reserved.