Package | Description |
---|---|
org.junit.jupiter.engine.descriptor |
Test descriptors used 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 | Field and Description |
---|---|
private Node<C> |
NodeTestTask.node |
private static Node |
NodeUtils.noOpNode |
Modifier and Type | Method and Description |
---|---|
(package private) static <C extends EngineExecutionContext> |
NodeUtils.asNode(TestDescriptor testDescriptor) |