Uses of Package
org.junit.platform.launcher.listeners
-
Packages that use org.junit.platform.launcher.listeners Package Description org.junit.platform.console Support for launching the JUnit Platform from the console.org.junit.platform.console.tasks Internal execution tasks for JUnit's console launcher.org.junit.platform.launcher.listeners CommonTestExecutionListener
implementations and related support classes for theLauncher
. -
Classes in org.junit.platform.launcher.listeners used by org.junit.platform.console Class Description TestExecutionSummary Summary of test plan execution. -
Classes in org.junit.platform.launcher.listeners used by org.junit.platform.console.tasks Class Description TestExecutionSummary Summary of test plan execution. -
Classes in org.junit.platform.launcher.listeners used by org.junit.platform.launcher.listeners Class Description LoggingListener SimpleTestExecutionListener
for logging informational messages for all events via aBiConsumer
that consumesThrowable
andSupplier<String>
.TestExecutionSummary Summary of test plan execution.TestExecutionSummary.Failure Failure of a test or container.