Uses of Interface
org.junit.platform.launcher.listeners.TestExecutionSummary
Packages that use 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
Fields in org.junit.platform.console declared as TestExecutionSummaryModifier and TypeFieldDescriptionprivate final TestExecutionSummary
ConsoleLauncherExecutionResult.testExecutionSummary
Methods in org.junit.platform.console that return types with arguments of type TestExecutionSummaryMethods in org.junit.platform.console with parameters of type TestExecutionSummaryModifier and TypeMethodDescriptionstatic int
ConsoleLauncherExecutionResult.computeExitCode
(TestExecutionSummary summary, CommandLineOptions options) (package private) static ConsoleLauncherExecutionResult
ConsoleLauncherExecutionResult.forSummary
(TestExecutionSummary summary, CommandLineOptions options) Constructors in org.junit.platform.console with parameters of type TestExecutionSummaryModifierConstructorDescriptionprivate
ConsoleLauncherExecutionResult
(int exitCode, TestExecutionSummary testExecutionSummary) -
Uses of TestExecutionSummary in org.junit.platform.console.tasks
Methods in org.junit.platform.console.tasks that return TestExecutionSummaryModifier and TypeMethodDescriptionConsoleTestExecutor.execute
(PrintWriter out) private TestExecutionSummary
ConsoleTestExecutor.executeTests
(PrintWriter out) Methods in org.junit.platform.console.tasks with parameters of type TestExecutionSummaryModifier and TypeMethodDescriptionprivate void
ConsoleTestExecutor.printSummary
(TestExecutionSummary summary, PrintWriter out) -
Uses of TestExecutionSummary in org.junit.platform.launcher.listeners
Classes in org.junit.platform.launcher.listeners that implement TestExecutionSummaryModifier and TypeClassDescription(package private) class
Mutable, internal implementation of theTestExecutionSummary
API.Methods in org.junit.platform.launcher.listeners that return TestExecutionSummaryModifier and TypeMethodDescriptionSummaryGeneratingListener.getSummary()
Get the summary generated by this listener.