Uses of Interface
org.junit.platform.engine.support.hierarchical.Node.Invocation
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.Invocation in org.junit.platform.engine.support.hierarchical
Modifier and TypeMethodDescriptiondefault void
Node.around
(C context, Node.Invocation<C> invocation) Wraps around the invocation ofNode.before(EngineExecutionContext)
,Node.execute(EngineExecutionContext, DynamicTestExecutor)
, andNode.after(EngineExecutionContext)
.