C - the type of EngineExecutionContext used by the HierarchicalTestEngine@API(value=Experimental)
public interface Node<C extends EngineExecutionContext>
HierarchicalTestEngine,
Container,
Leaf| Modifier and Type | Interface and Description |
|---|---|
static class |
Node.SkipResult |
| Modifier and Type | Method and Description |
|---|---|
default C |
prepare(C context) |
default Node.SkipResult |
shouldBeSkipped(C context) |
default Node.SkipResult shouldBeSkipped(C context) throws java.lang.Exception
java.lang.Exception