Uses of Interface
org.junit.platform.engine.support.hierarchical.ThrowableCollector.Factory
-
Packages that use ThrowableCollector.Factory Package Description org.junit.jupiter.engine Core package for the JUnit Jupiter test engine.org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction. -
-
Uses of ThrowableCollector.Factory in org.junit.jupiter.engine
Methods in org.junit.jupiter.engine that return ThrowableCollector.Factory Modifier and Type Method Description protected ThrowableCollector.Factory
JupiterTestEngine. createThrowableCollectorFactory(ExecutionRequest request)
-
Uses of ThrowableCollector.Factory in org.junit.platform.engine.support.hierarchical
Fields in org.junit.platform.engine.support.hierarchical declared as ThrowableCollector.Factory Modifier and Type Field Description private ThrowableCollector.Factory
HierarchicalTestExecutor. throwableCollectorFactory
private ThrowableCollector.Factory
NodeTestTaskContext. throwableCollectorFactory
Methods in org.junit.platform.engine.support.hierarchical that return ThrowableCollector.Factory Modifier and Type Method Description protected 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.(package private) ThrowableCollector.Factory
NodeTestTaskContext. getThrowableCollectorFactory()
Constructors in org.junit.platform.engine.support.hierarchical with parameters of type ThrowableCollector.Factory Constructor Description HierarchicalTestExecutor(ExecutionRequest request, C rootContext, HierarchicalTestExecutorService executorService, ThrowableCollector.Factory throwableCollectorFactory)
NodeTestTaskContext(EngineExecutionListener listener, HierarchicalTestExecutorService executorService, ThrowableCollector.Factory throwableCollectorFactory, NodeExecutionAdvisor executionAdvisor)
-