Interface Node.Invocation<C extends EngineExecutionContext>

  • Type Parameters:
    C - the type of EngineExecutionContext used by the HierarchicalTestEngine
    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 Detail

      • invoke

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