Uses of Interface
org.junit.platform.launcher.listeners.TestExecutionSummary
-
Packages that use TestExecutionSummary 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
. -
-
Uses of TestExecutionSummary in org.junit.platform.console.options
Methods in org.junit.platform.console.options that return TestExecutionSummary Modifier and Type Method Description protected TestExecutionSummary
ExecuteTestsCommand. execute(java.io.PrintWriter out)
-
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(java.io.PrintWriter out, java.util.Optional<java.nio.file.Path> reportsDir)
private TestExecutionSummary
ConsoleTestExecutor. executeTests(java.io.PrintWriter out, java.util.Optional<java.nio.file.Path> reportsDir)
Methods in org.junit.platform.console.tasks with parameters of type TestExecutionSummary Modifier and Type Method Description private void
ConsoleTestExecutor. 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) class
MutableTestExecutionSummary
Mutable, internal implementation of theTestExecutionSummary
API.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.
-