Uses of Interface
org.junit.platform.launcher.listeners.TestExecutionSummary
-
Packages that use TestExecutionSummary 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
. -
-
Uses of TestExecutionSummary in org.junit.platform.console
Methods in org.junit.platform.console that return types with arguments of type TestExecutionSummary Modifier and Type Method Description Optional<TestExecutionSummary>
ConsoleLauncherExecutionResult. getTestExecutionSummary()
Methods in org.junit.platform.console with parameters of type TestExecutionSummary Modifier and Type Method Description static int
ConsoleLauncherExecutionResult. computeExitCode(TestExecutionSummary summary, CommandLineOptions options)
-
Uses of TestExecutionSummary in org.junit.platform.console.tasks
Methods in org.junit.platform.console.tasks that return TestExecutionSummary Modifier and Type Method Description TestExecutionSummary
ConsoleTestExecutor. execute(PrintWriter out)
-
Uses of TestExecutionSummary in org.junit.platform.launcher.listeners
Methods in org.junit.platform.launcher.listeners that return TestExecutionSummary Modifier and Type Method Description TestExecutionSummary
SummaryGeneratingListener. getSummary()
Get the summary generated by this listener.
-