| Package | Description |
|---|---|
| org.junit.platform.engine |
Public API for test engines.
|
| 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) |