Uses of Package
org.junit.platform.launcher.listeners
-
Packages that use org.junit.platform.launcher.listeners Package Description org.junit.platform.console.options Configuration options for JUnit's console launcher.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.options Class Description TestExecutionSummary Summary of test plan execution. -
Classes in org.junit.platform.launcher.listeners used by org.junit.platform.console.tasks Class Description SummaryGeneratingListener SimpleTestExecutionListener
that generates a summary of the test execution.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>
.MutableTestExecutionSummary Mutable, internal implementation of theTestExecutionSummary
API.OutputDir TestExecutionSummary Summary of test plan execution.TestExecutionSummary.Failure Failure of a test or container.