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 |
Utility methods for dealing with legacy reporting infrastructure, such as
reporting systems built on the Ant-based XML reporting format for JUnit 4.
|
| LoggingListener |
Simple
TestExecutionListener for logging informational messages
for all events via a BiConsumer that consumes Throwable
and Supplier<String>. |
| SummaryGeneratingListener |
Simple
TestExecutionListener that generates a
summary of the test execution. |
TestExecutionListener implementations and related support classes for
the Launcher.Copyright © 2020. All rights reserved.