Uses of Interface
org.junit.platform.launcher.listeners.TestExecutionSummary
Package
Description
Support for launching the JUnit Platform from the console.
Internal execution tasks for JUnit's console launcher.
Common
TestExecutionListener
implementations and related support classes for
the Launcher
.-
Uses of TestExecutionSummary in org.junit.platform.console
Modifier and TypeMethodDescriptionstatic int
ConsoleLauncherExecutionResult.computeExitCode(TestExecutionSummary summary, CommandLineOptions options)
-
Uses of TestExecutionSummary in org.junit.platform.console.tasks
-
Uses of TestExecutionSummary in org.junit.platform.launcher.listeners
Modifier and TypeMethodDescriptionSummaryGeneratingListener.getSummary()
Get the summary generated by this listener.