| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private ThrowableCollector |
ClassExtensionContext.throwableCollector |
private ThrowableCollector |
MethodExtensionContext.throwableCollector |
| Constructor and Description |
|---|
ClassExtensionContext(ExtensionContext parent,
EngineExecutionListener engineExecutionListener,
ClassTestDescriptor testDescriptor,
ThrowableCollector throwableCollector) |
MethodExtensionContext(ExtensionContext parent,
EngineExecutionListener engineExecutionListener,
TestMethodTestDescriptor testDescriptor,
java.lang.Object testInstance,
ThrowableCollector throwableCollector) |
| Modifier and Type | Field and Description |
|---|---|
(package private) ThrowableCollector |
JupiterEngineExecutionContext.State.throwableCollector |
| Modifier and Type | Method and Description |
|---|---|
ThrowableCollector |
JupiterEngineExecutionContext.getThrowableCollector() |
| Modifier and Type | Method and Description |
|---|---|
JupiterEngineExecutionContext.Builder |
JupiterEngineExecutionContext.Builder.withThrowableCollector(ThrowableCollector throwableCollector) |