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.
|
Constructor | 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 | Method | Description |
---|---|---|
ThrowableCollector |
JupiterEngineExecutionContext.getThrowableCollector() |
Modifier and Type | Method | Description |
---|---|---|
JupiterEngineExecutionContext.Builder |
JupiterEngineExecutionContext.Builder.withThrowableCollector(ThrowableCollector throwableCollector) |