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 CommonTestExecutionListenerimplementations and related support classes for theLauncher. -
-
Uses of TestExecutionSummary in org.junit.platform.console
Fields in org.junit.platform.console declared as TestExecutionSummary Modifier and Type Field Description private TestExecutionSummaryConsoleLauncherExecutionResult. testExecutionSummaryMethods in org.junit.platform.console that return types with arguments of type TestExecutionSummary Modifier and Type Method Description java.util.Optional<TestExecutionSummary>ConsoleLauncherExecutionResult. getTestExecutionSummary()Methods in org.junit.platform.console with parameters of type TestExecutionSummary Modifier and Type Method Description static intConsoleLauncherExecutionResult. computeExitCode(TestExecutionSummary summary, CommandLineOptions options)(package private) static ConsoleLauncherExecutionResultConsoleLauncherExecutionResult. forSummary(TestExecutionSummary summary, CommandLineOptions options)Constructors in org.junit.platform.console with parameters of type TestExecutionSummary Constructor Description ConsoleLauncherExecutionResult(int exitCode, TestExecutionSummary testExecutionSummary) -
Uses of TestExecutionSummary in org.junit.platform.console.tasks
Methods in org.junit.platform.console.tasks that return TestExecutionSummary Modifier and Type Method Description TestExecutionSummaryConsoleTestExecutor. execute(java.io.PrintWriter out)private TestExecutionSummaryConsoleTestExecutor. executeTests(java.io.PrintWriter out)Methods in org.junit.platform.console.tasks with parameters of type TestExecutionSummary Modifier and Type Method Description private voidConsoleTestExecutor. printSummary(TestExecutionSummary summary, java.io.PrintWriter out) -
Uses of TestExecutionSummary in org.junit.platform.launcher.listeners
Classes in org.junit.platform.launcher.listeners that implement TestExecutionSummary Modifier and Type Class Description (package private) classMutableTestExecutionSummaryMutable, internal implementation of theTestExecutionSummaryAPI.Methods in org.junit.platform.launcher.listeners that return TestExecutionSummary Modifier and Type Method Description TestExecutionSummarySummaryGeneratingListener. getSummary()Get the summary generated by this listener.
-