Uses of Interface
org.junit.platform.engine.support.hierarchical.Node.DynamicTestExecutor
Packages that use Node.DynamicTestExecutor
Package
Description
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction.-
Uses of Node.DynamicTestExecutor in org.junit.platform.engine.support.hierarchical
Methods in org.junit.platform.engine.support.hierarchical with parameters of type Node.DynamicTestExecutorModifier and TypeMethodDescriptiondefault CNode.execute(C context, Node.DynamicTestExecutor dynamicTestExecutor)Execute the behavior of this node.