TestEngine
running on the JUnit Platform.See: Description
| Interface | Description |
|---|---|
| Assertions.Executable |
| Class | Description |
|---|---|
| Assertions |
Assertions is a collection of selected assertion utility methods
from JUnit Jupiter for use within the JUnit Platform Test Kit. |
| EngineExecutionResults |
EngineExecutionResults provides a fluent API for processing the
results of executing a test plan on the JUnit Platform for a given
TestEngine. |
| EngineTestKit |
EngineTestKit provides support for executing a test plan for a given
TestEngine and then accessing the results via
a fluent API to verify the expected results. |
| EngineTestKit.Builder |
TestEngine execution builder. |
| Event |
Event represents a single event fired during execution of
a test plan on the JUnit Platform. |
| EventConditions |
Collection of AssertJ conditions for
Event. |
| Events |
Events is a facade that provides a fluent API for working with
events. |
| EventStatistics |
EventStatistics provides a fluent API for asserting statistics
for events. |
| Execution |
Execution encapsulates metadata for the execution of a single
TestDescriptor. |
| ExecutionRecorder |
ExecutionRecorder is an EngineExecutionListener that records
data from every event that occurs during the engine execution lifecycle and
provides functionality for retrieving execution state via
EngineExecutionResults. |
| Executions |
Executions is a facade that provides a fluent API for working with
executions. |
| TerminationInfo |
TerminationInfo is a union type that allows propagation of terminated
container/test state, supporting either the reason if the container/test
was skipped or the TestExecutionResult if the container/test was executed. |
| TestExecutionResultConditions |
Collection of AssertJ conditions for
TestExecutionResult. |
| Enum | Description |
|---|---|
| EventType |
Enumeration of the different possible
Event types. |
TestEngine
running on the JUnit Platform.