Uses of Class
org.junit.platform.engine.support.hierarchical.ThrowableCollector
Packages that use ThrowableCollector
Package
Description
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.platform.engine.support.hierarchical
Subclasses of ThrowableCollector in org.junit.platform.engine.support.hierarchicalModifier and TypeClassDescriptionclass
Specialization ofThrowableCollector
that treats instances ofTestAbortedException
as aborting.Methods in org.junit.platform.engine.support.hierarchical that return ThrowableCollectorModifier and TypeMethodDescriptionThrowableCollector.Factory.create()
Create a new instance of aThrowableCollector
.