Uses of Interface
org.junit.platform.engine.support.hierarchical.ThrowableCollector.Factory
-
Packages that use ThrowableCollector.Factory 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.Factory in org.junit.platform.engine.support.hierarchical
Methods in org.junit.platform.engine.support.hierarchical that return ThrowableCollector.Factory Modifier and Type Method Description protected ThrowableCollector.FactoryHierarchicalTestEngine. createThrowableCollectorFactory(ExecutionRequest request)Create the factory for creatingThrowableCollectorinstances used to handle exceptions that occur during execution of this engine's tests.
-