Package | Description |
---|---|
org.junit.jupiter.engine |
Core package for the JUnit Jupiter test engine.
|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
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. |
Class | Description |
---|---|
HierarchicalTestEngine |
Abstract base class for all
TestEngine implementations that wish
to organize test suites hierarchically based on the Node abstraction. |
Class | Description |
---|---|
Node |
A node within the execution hierarchy.
|
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. |
Class | Description |
---|---|
EngineExecutionContext |
Marker interface for an execution context used by a concrete implementation
of
HierarchicalTestEngine and its collaborators. |
Class | 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 . |