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=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 Detail

      • invoke

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