TestExecutionListener implementations and related support classes for
the Launcher.See: Description
| Interface | Description |
|---|---|
| TestExecutionSummary |
Summary of test plan execution.
|
| TestExecutionSummary.Failure |
Failure of a test or container.
|
| Class | Description |
|---|---|
| LegacyReportingUtils | Deprecated
Use
org.junit.platform.reporting.legacy.LegacyReportingUtils
instead. |
| LoggingListener |
Simple
TestExecutionListener for logging informational messages
for all events via a BiConsumer that consumes Throwable
and Supplier<String>. |
| MutableTestExecutionSummary |
Mutable, internal implementation of the
TestExecutionSummary API. |
| MutableTestExecutionSummary.DefaultFailure | |
| OutputDir | |
| SummaryGeneratingListener |
Simple
TestExecutionListener that generates a
summary of the test execution. |
| UniqueIdTrackingListener |
UniqueIdTrackingListener is a TestExecutionListener that tracks
the unique IDs of all
tests that were
executed during the execution of the
TestPlan and generates a file containing the unique IDs once execution
of the TestPlan has finished. |
TestExecutionListener implementations and related support classes for
the Launcher.