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.support.hierarchical |
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction. |
Constructor and Description |
---|
ClassExtensionContext(ExtensionContext parent,
EngineExecutionListener engineExecutionListener,
ClassTestDescriptor testDescriptor,
ConfigurationParameters configurationParameters,
ThrowableCollector throwableCollector)
Create a new
ClassExtensionContext with TestInstance.Lifecycle.PER_METHOD . |
ClassExtensionContext(ExtensionContext parent,
EngineExecutionListener engineExecutionListener,
ClassTestDescriptor testDescriptor,
TestInstance.Lifecycle lifecycle,
ConfigurationParameters configurationParameters,
ThrowableCollector throwableCollector) |
MethodExtensionContext(ExtensionContext parent,
EngineExecutionListener engineExecutionListener,
TestMethodTestDescriptor testDescriptor,
ConfigurationParameters configurationParameters,
Object testInstance,
ThrowableCollector throwableCollector) |
Modifier and Type | Method and Description |
---|---|
ThrowableCollector |
JupiterEngineExecutionContext.getThrowableCollector() |
Modifier and Type | Method and Description |
---|---|
JupiterEngineExecutionContext.Builder |
JupiterEngineExecutionContext.Builder.withThrowableCollector(ThrowableCollector throwableCollector) |
Modifier and Type | Class and Description |
---|---|
class |
OpenTest4JAwareThrowableCollector
Specialization of
ThrowableCollector that treats instances of
TestAbortedException as aborting. |
Modifier and Type | Method and Description |
---|---|
ThrowableCollector |
ThrowableCollector.Factory.create()
Create a new instance of a
ThrowableCollector . |
Copyright © 2018. All rights reserved.