Uses of Interface
org.junit.platform.engine.support.hierarchical.ThrowableCollector.Factory
Packages that use 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
Methods in org.junit.jupiter.engine that return ThrowableCollector.FactoryModifier and TypeMethodDescriptionprotected ThrowableCollector.FactoryJupiterTestEngine.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.FactoryModifier and TypeFieldDescriptionprivate final ThrowableCollector.FactoryHierarchicalTestExecutor.throwableCollectorFactoryprivate final ThrowableCollector.FactoryNodeTestTaskContext.throwableCollectorFactoryMethods in org.junit.platform.engine.support.hierarchical that return ThrowableCollector.FactoryModifier and TypeMethodDescriptionprotected ThrowableCollector.FactoryHierarchicalTestEngine.createThrowableCollectorFactory(ExecutionRequest request) Create the factory for creatingThrowableCollectorinstances used to handle exceptions that occur during execution of this engine's tests.(package private) ThrowableCollector.FactoryNodeTestTaskContext.getThrowableCollectorFactory()Constructors in org.junit.platform.engine.support.hierarchical with parameters of type ThrowableCollector.FactoryModifierConstructorDescription(package private)HierarchicalTestExecutor(ExecutionRequest request, C rootContext, HierarchicalTestExecutorService executorService, ThrowableCollector.Factory throwableCollectorFactory) NodeTestTaskContext(EngineExecutionListener listener, HierarchicalTestExecutorService executorService, ThrowableCollector.Factory throwableCollectorFactory, NodeExecutionAdvisor executionAdvisor)