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 |
Constructor and Description |
---|
AbstractExtensionContext(ExtensionContext parent,
EngineExecutionListener engineExecutionListener,
T testDescriptor) |
ClassExtensionContext(ExtensionContext parent,
EngineExecutionListener engineExecutionListener,
ClassTestDescriptor testDescriptor,
ThrowableCollector throwableCollector) |
JupiterEngineExtensionContext(EngineExecutionListener engineExecutionListener,
JupiterEngineDescriptor testDescriptor) |
MethodExtensionContext(ExtensionContext parent,
EngineExecutionListener engineExecutionListener,
TestMethodTestDescriptor testDescriptor,
java.lang.Object testInstance,
ThrowableCollector throwableCollector) |
TestTemplateExtensionContext(ExtensionContext parent,
EngineExecutionListener engineExecutionListener,
TestTemplateTestDescriptor testDescriptor,
java.lang.Object testInstance) |
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,
ConfigurationParameters configurationParameters) |
State(EngineExecutionListener executionListener,
ConfigurationParameters configurationParameters) |
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 |
HierarchicalTestExecutor.listener |
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,
Logger logger,
EngineExecutionListener listener) |
RunnerExecutor(EngineExecutionListener engineExecutionListener,
Logger logger) |