Uses of Class
org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
-
Packages that use NodeTestTaskContext Package Description 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 NodeTestTaskContext in org.junit.platform.engine.support.hierarchical
Fields in org.junit.platform.engine.support.hierarchical declared as NodeTestTaskContext Modifier and Type Field Description private NodeTestTaskContext
NodeTestTask. taskContext
Constructors in org.junit.platform.engine.support.hierarchical with parameters of type NodeTestTaskContext Constructor Description NodeTestTask(NodeTestTaskContext taskContext, TestDescriptor testDescriptor)
-