Uses of Class
org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
Packages that use NodeTestTaskContext
Package
Description
Support classes and base implementation for any
TestEngine
that wishes to organize test suites
hierarchically based on the
Node
abstraction.-
Uses of NodeTestTaskContext in org.junit.platform.engine.support.hierarchical
Fields in org.junit.platform.engine.support.hierarchical declared as NodeTestTaskContextMethods in org.junit.platform.engine.support.hierarchical that return NodeTestTaskContextModifier and TypeMethodDescription(package private) NodeTestTaskContext
NodeTestTaskContext.withListener
(EngineExecutionListener listener) Constructors in org.junit.platform.engine.support.hierarchical with parameters of type NodeTestTaskContextModifierConstructorDescription(package private)
NodeTestTask
(NodeTestTaskContext taskContext, TestDescriptor testDescriptor) (package private)
NodeTestTask
(NodeTestTaskContext taskContext, TestDescriptor testDescriptor, Runnable finalizer)