Uses of Class
org.junit.platform.engine.support.hierarchical.ThrowableCollector
Packages that use ThrowableCollector
Package
Description
Internal classes for test execution within the JUnit Jupiter test engine.
Internal support classes for the JUnit Jupiter test engine.
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction.-
Uses of ThrowableCollector in org.junit.jupiter.engine.execution
Methods in org.junit.jupiter.engine.execution that return ThrowableCollectorMethods in org.junit.jupiter.engine.execution with parameters of type ThrowableCollectorModifier and TypeMethodDescriptionJupiterEngineExecutionContext.Builder.withThrowableCollector(ThrowableCollector throwableCollector) -
Uses of ThrowableCollector in org.junit.jupiter.engine.support
Methods in org.junit.jupiter.engine.support that return ThrowableCollectorModifier and TypeMethodDescriptionstatic ThrowableCollectorJupiterThrowableCollectorFactory.createThrowableCollector()Create a newThrowableCollectorthat treats instances of the OTA'sTestAbortedExceptionand JUnit 4'sorg.junit.AssumptionViolatedExceptionas aborting. -
Uses of ThrowableCollector in org.junit.platform.engine.support.hierarchical
Subclasses of ThrowableCollector in org.junit.platform.engine.support.hierarchicalModifier and TypeClassDescriptionclassSpecialization ofThrowableCollectorthat treats instances ofTestAbortedExceptionas aborting.Methods in org.junit.platform.engine.support.hierarchical that return ThrowableCollectorModifier and TypeMethodDescriptionThrowableCollector.Factory.create()Create a new instance of aThrowableCollector.