Uses of Interface
org.junit.platform.engine.support.hierarchical.Node.DynamicTestExecutor
-
Packages that use Node.DynamicTestExecutor 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.DynamicTestExecutor in org.junit.jupiter.engine.descriptor
-
Uses of Node.DynamicTestExecutor in org.junit.platform.engine.support.hierarchical
Classes in org.junit.platform.engine.support.hierarchical that implement Node.DynamicTestExecutor Modifier and Type Class Description private class
NodeTestTask.DefaultDynamicTestExecutor
Methods in org.junit.platform.engine.support.hierarchical with parameters of type Node.DynamicTestExecutor Modifier and Type Method Description default C
Node. execute(C context, Node.DynamicTestExecutor dynamicTestExecutor)
Execute the behavior of this node.
-