C - the type of EngineExecutionContext used by this engine@API(value=Experimental) public abstract class HierarchicalTestEngine<C extends EngineExecutionContext> extends java.lang.Object implements TestEngine
TestEngine implementations that wish
to organize test suites hierarchically based on the Node,
Container, and Leaf abstractions.| Constructor and Description |
|---|
HierarchicalTestEngine() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract C |
createExecutionContext(ExecutionRequest request) |
void |
execute(ExecutionRequest request) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdiscover, getIdpublic final void execute(ExecutionRequest request)
execute in interface TestEngineprotected abstract C createExecutionContext(ExecutionRequest request)