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