Uses of Interface
org.junit.platform.engine.support.hierarchical.Node
-
Packages that use Node Package Description org.junit.jupiter.engine.descriptor Test descriptors used within 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 Node in org.junit.jupiter.engine.descriptor
-
Uses of Node in org.junit.platform.engine.support.hierarchical
Fields in org.junit.platform.engine.support.hierarchical declared as Node Modifier and Type Field Description private Node<C>
NodeTestTask. node
private static Node
NodeUtils. noOpNode
Methods in org.junit.platform.engine.support.hierarchical that return Node Modifier and Type Method Description (package private) static <C extends EngineExecutionContext>
Node<C>NodeUtils. asNode(TestDescriptor testDescriptor)
-