Class NodeTestTaskContext
java.lang.Object
org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
- Since:
- 1.3.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NodeExecutionAdvisor
private final HierarchicalTestExecutorService
private final EngineExecutionListener
private final ThrowableCollector.Factory
-
Constructor Summary
ConstructorsConstructorDescriptionNodeTestTaskContext
(EngineExecutionListener listener, HierarchicalTestExecutorService executorService, ThrowableCollector.Factory throwableCollectorFactory, NodeExecutionAdvisor executionAdvisor) -
Method Summary
Modifier and TypeMethodDescription(package private) NodeExecutionAdvisor
(package private) HierarchicalTestExecutorService
(package private) EngineExecutionListener
(package private) ThrowableCollector.Factory
(package private) NodeTestTaskContext
withListener
(EngineExecutionListener listener)
-
Field Details
-
listener
-
executorService
-
throwableCollectorFactory
-
executionAdvisor
-
-
Constructor Details
-
NodeTestTaskContext
public NodeTestTaskContext(EngineExecutionListener listener, HierarchicalTestExecutorService executorService, ThrowableCollector.Factory throwableCollectorFactory, NodeExecutionAdvisor executionAdvisor)
-
-
Method Details
-
withListener
-
getListener
EngineExecutionListener getListener() -
getExecutorService
HierarchicalTestExecutorService getExecutorService() -
getThrowableCollectorFactory
ThrowableCollector.Factory getThrowableCollectorFactory() -
getExecutionAdvisor
NodeExecutionAdvisor getExecutionAdvisor()
-