Package org.junit.platform.launcher.listeners
Common
TestExecutionListener
implementations and related support classes for
the Launcher
.-
Interface Summary Interface Description TestExecutionSummary Summary of test plan execution.TestExecutionSummary.Failure Failure of a test or container. -
Class Summary 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 SimpleTestExecutionListener
for logging informational messages for all events via aBiConsumer
that consumesThrowable
andSupplier<String>
.SummaryGeneratingListener SimpleTestExecutionListener
that generates a summary of the test execution.