Class HierarchicalTestEngine<C extends EngineExecutionContext>

  • Type Parameters:
    C - the type of EngineExecutionContext used by this engine
    All Implemented Interfaces:
    TestEngine

    @API(status=MAINTAINED,
         since="1.0")
    public abstract class HierarchicalTestEngine<C extends EngineExecutionContext>
    extends java.lang.Object
    implements TestEngine
    Abstract base class for all TestEngine implementations that wish to organize test suites hierarchically based on the Node abstraction.
    Since:
    1.0
    See Also:
    Node