Uses of Package
org.junit.platform.launcher.listeners
Packages that use org.junit.platform.launcher.listeners
Package
Description
Configuration options for JUnit's console launcher.
Internal execution tasks for JUnit's console launcher.
Common
TestExecutionListener
implementations and related support classes for
the Launcher
.-
Classes in org.junit.platform.launcher.listeners used by org.junit.platform.console.options
-
Classes in org.junit.platform.launcher.listeners used by org.junit.platform.console.tasksClassDescriptionSimple
TestExecutionListener
that generates a summary of the test execution.Summary of test plan execution. -
Classes in org.junit.platform.launcher.listeners used by org.junit.platform.launcher.listenersClassDescriptionSimple
TestExecutionListener
for logging informational messages for all events via aBiConsumer
that consumesThrowable
andSupplier<String>
.Mutable, internal implementation of theTestExecutionSummary
API.Summary of test plan execution.Failure of a test or container.