Uses of Interface
org.junit.platform.engine.support.hierarchical.Node.Invocation
-
Packages that use Node.Invocation 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 Node.Invocation in org.junit.platform.engine.support.hierarchical
Methods in org.junit.platform.engine.support.hierarchical with parameters of type Node.Invocation Modifier and Type Method Description default void
Node. around(C context, Node.Invocation<C> invocation)
Wraps around the invocation ofNode.before(EngineExecutionContext)
,Node.execute(EngineExecutionContext, DynamicTestExecutor)
, andNode.after(EngineExecutionContext)
.
-