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 Deprecated. UseLegacyReportingUtils
instead.LoggingListener SimpleTestExecutionListener
for logging informational messages for all events via aBiConsumer
that consumesThrowable
andSupplier<String>
.MutableTestExecutionSummary Mutable, internal implementation of theTestExecutionSummary
API.MutableTestExecutionSummary.DefaultFailure SummaryGeneratingListener SimpleTestExecutionListener
that generates a summary of the test execution.UniqueIdTrackingListener UniqueIdTrackingListener
is aTestExecutionListener
that tracks the unique IDs of all tests that were executed during the execution of theTestPlan
and generates a file containing the unique IDs once execution of theTestPlan
has finished.