Package | Description |
---|---|
org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
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. |
Modifier and Type | Class and Description |
---|---|
class |
JupiterEngineExecutionContext |
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalTestEngine<C extends EngineExecutionContext>
Abstract base class for all
TestEngine implementations that wish
to organize test suites hierarchically based on the Node abstraction. |
(package private) class |
HierarchicalTestExecutor<C extends EngineExecutionContext>
Implementation core of all
TestEngines that wish to
use the Node abstraction as the driving principle for structuring
and executing test suites. |
interface |
Node<C extends EngineExecutionContext>
A node within the execution hierarchy.
|
Modifier and Type | Field and Description |
---|---|
private C |
HierarchicalTestExecutor.rootContext |