| Assertions.Executable |
|
| EngineDiscoveryResults |
EngineDiscoveryResults represents the results of test discovery
by a TestEngine on the JUnit
Platform and provides access to the TestDescriptor of the engine
and any DiscoveryIssues that were encountered.
|
| EngineExecutionResults |
EngineExecutionResults provides a fluent API for processing the
results of executing a test plan on the JUnit Platform for a given
TestEngine.
|
| EngineTestKit.Builder |
TestEngine execution builder.
|
| Event |
Event represents a single event fired during execution of
a test plan on the JUnit Platform.
|
| 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.
|
| EventType |
Enumeration of the different possible Event types.
|
| Execution |
Execution encapsulates metadata for the execution of a single
TestDescriptor.
|
| 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.
|