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 |
---|---|
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
.