Uses of Interface
org.junit.platform.engine.support.hierarchical.ThrowableCollector.Factory
Package
Description
Core package 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.Factory in org.junit.jupiter.engine
Modifier and TypeMethodDescriptionprotected ThrowableCollector.Factory
JupiterTestEngine.createThrowableCollectorFactory(ExecutionRequest request)
-
Uses of ThrowableCollector.Factory in org.junit.platform.engine.support.hierarchical
Modifier and TypeMethodDescriptionprotected ThrowableCollector.Factory
HierarchicalTestEngine.createThrowableCollectorFactory(ExecutionRequest request)
Create the factory for creatingThrowableCollector
instances used to handle exceptions that occur during execution of this engine's tests.