Uses of Interface
org.junit.platform.launcher.listeners.TestExecutionSummary
Packages that use TestExecutionSummary
Package
Description
Commands of JUnit's console launcher.
Common
TestExecutionListener implementations and related support classes for
the Launcher.-
Uses of TestExecutionSummary in org.junit.platform.console.command
Methods in org.junit.platform.console.command that return TestExecutionSummaryModifier and TypeMethodDescriptionConsoleTestExecutor.execute(PrintWriter out, Optional<Path> reportsDir, boolean failFast) -
Uses of TestExecutionSummary in org.junit.platform.launcher.listeners
Methods in org.junit.platform.launcher.listeners that return TestExecutionSummaryModifier and TypeMethodDescriptionSummaryGeneratingListener.getSummary()Get the summary generated by this listener.