Type Parameters:
C - the type of EngineExecutionContext used by the HierarchicalTestEngine
Enclosing interface:
Node<C extends EngineExecutionContext>

@API(status=STABLE, since="1.10") public static interface Node.Invocation<C extends EngineExecutionContext>
Represents an invocation that runs with the supplied context.
Since:
1.4
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(C context)
    Invoke this invocation with the supplied context.
  • Method Details

    • invoke

      void invoke(C context) throws Exception
      Invoke this invocation with the supplied context.
      Parameters:
      context - the context to invoke in
      Throws:
      Exception