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