| Package | Description |
|---|---|
| org.junit.platform.engine.support.hierarchical |
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction. |
| Class and Description |
|---|
| EngineExecutionContext
Marker interface for an execution context used by a concrete implementation
of
HierarchicalTestEngine and its collaborators. |
| Node.DynamicTestExecutor
Executor for additional, dynamic test descriptors discovered during
execution of a
Node. |
| Node.SkipResult
The result of determining whether the execution of a given
context
should be skipped. |
| SingleTestExecutor.Executable
Functional interface for a single test to be executed by
SingleTestExecutor. |