| Interface | Description |
|---|---|
| Container<C extends EngineExecutionContext> |
A container within the execution hierarchy.
|
| EngineExecutionContext |
Marker interface for an execution context used by a concrete implementation
of
HierarchicalTestEngine and its collaborators. |
| Leaf<C extends EngineExecutionContext> |
A leaf within the execution hierarchy.
|
| Node<C extends EngineExecutionContext> |
A node within the execution hierarchy.
|
| Class | Description |
|---|---|
| HierarchicalTestEngine<C extends EngineExecutionContext> |
Abstract base class for all
TestEngine implementations that wish
to organize test suites hierarchically based on the Node,
Container, and Leaf abstractions. |
| Node.SkipResult |