Module org.junit.platform.engine
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
-
Method Details
-
invoke
Invoke this invocation with the supplied context.- Parameters:
context
- the context to invoke in- Throws:
Exception
-