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. Useorg.junit.platform.reporting.legacy.LegacyReportingUtilsinstead.LoggingListener SimpleTestExecutionListenerfor logging informational messages for all events via aBiConsumerthat consumesThrowableandSupplier<String>.MutableTestExecutionSummary Mutable, internal implementation of theTestExecutionSummaryAPI.MutableTestExecutionSummary.DefaultFailure OutputDir SummaryGeneratingListener SimpleTestExecutionListenerthat generates a summary of the test execution.UniqueIdTrackingListener UniqueIdTrackingListeneris aTestExecutionListenerthat tracks the unique IDs of all tests that were executed during the execution of theTestPlanand generates a file containing the unique IDs once execution of theTestPlanhas finished.