Uses of Class
org.junit.platform.engine.support.hierarchical.ThrowableCollector
-
Packages that use ThrowableCollector 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 anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction. -
-
Uses of ThrowableCollector in org.junit.jupiter.engine.descriptor
Constructors in org.junit.jupiter.engine.descriptor with parameters of type ThrowableCollector Constructor Description ClassExtensionContext(ExtensionContext parent, EngineExecutionListener engineExecutionListener, ClassTestDescriptor testDescriptor, TestInstance.Lifecycle lifecycle, ConfigurationParameters configurationParameters, ThrowableCollector throwableCollector)
ClassExtensionContext(ExtensionContext parent, EngineExecutionListener engineExecutionListener, ClassTestDescriptor testDescriptor, ConfigurationParameters configurationParameters, ThrowableCollector throwableCollector)
Create a newClassExtensionContext
withTestInstance.Lifecycle.PER_METHOD
.MethodExtensionContext(ExtensionContext parent, EngineExecutionListener engineExecutionListener, TestMethodTestDescriptor testDescriptor, ConfigurationParameters configurationParameters, Object testInstance, ThrowableCollector throwableCollector)
-
Uses of ThrowableCollector in org.junit.jupiter.engine.execution
Methods in org.junit.jupiter.engine.execution that return ThrowableCollector Modifier and Type Method Description ThrowableCollector
JupiterEngineExecutionContext. getThrowableCollector()
Methods in org.junit.jupiter.engine.execution with parameters of type ThrowableCollector Modifier and Type Method Description JupiterEngineExecutionContext.Builder
JupiterEngineExecutionContext.Builder. withThrowableCollector(ThrowableCollector throwableCollector)
-
Uses of ThrowableCollector in org.junit.platform.engine.support.hierarchical
Subclasses of ThrowableCollector in org.junit.platform.engine.support.hierarchical Modifier and Type Class Description class
OpenTest4JAwareThrowableCollector
Specialization ofThrowableCollector
that treats instances ofTestAbortedException
as aborting.Methods in org.junit.platform.engine.support.hierarchical that return ThrowableCollector Modifier and Type Method Description ThrowableCollector
ThrowableCollector.Factory. create()
Create a new instance of aThrowableCollector
.
-