Uses of Class
org.junit.platform.engine.support.hierarchical.ThrowableCollector
-
Packages that use ThrowableCollector Package Description org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEnginethat wishes to organize test suites hierarchically based on theNodeabstraction. -
-
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 classOpenTest4JAwareThrowableCollectorSpecialization ofThrowableCollectorthat treats instances ofTestAbortedExceptionas aborting.Methods in org.junit.platform.engine.support.hierarchical that return ThrowableCollector Modifier and Type Method Description ThrowableCollectorThrowableCollector.Factory. create()Create a new instance of aThrowableCollector.
-