Interface Node.Invocation<C extends EngineExecutionContext>
-
- Type Parameters:
C
- the type ofEngineExecutionContext
used by theHierarchicalTestEngine
- Enclosing interface:
- Node<C extends EngineExecutionContext>
@API(status=EXPERIMENTAL, since="1.4") public static interface Node.Invocation<C extends EngineExecutionContext>
Represents an invocation that runs with the supplied context.- Since:
- 1.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invoke(C context)
Invoke this invocation with the supplied context.
-