| 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 | Description |
|---|---|---|
EngineExecutionListener |
JupiterEngineExecutionContext.getExecutionListener() |
| Constructor | Description |
|---|---|
JupiterEngineExecutionContext(EngineExecutionListener executionListener,
JupiterConfiguration configuration) |
| Modifier and Type | Method | Description |
|---|---|---|
EngineExecutionListener |
ExecutionRequest.getEngineExecutionListener() |
Get the
EngineExecutionListener to be notified of test execution
events. |
| Constructor | Description |
|---|---|
ExecutionRequest(TestDescriptor rootTestDescriptor,
EngineExecutionListener engineExecutionListener,
ConfigurationParameters configurationParameters) |
| Constructor | Description |
|---|---|
RunnerExecutor(EngineExecutionListener engineExecutionListener) |
Copyright © 2019. All rights reserved.