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.Core package for the JUnit Platform Suite test engine.
-
Uses of TestExecutionSummary in org.junit.platform.console.command
Subclasses with type arguments of type TestExecutionSummary in org.junit.platform.console.commandMethods in org.junit.platform.console.command that return TestExecutionSummaryModifier and TypeMethodDescriptionConsoleTestExecutor.execute(PrintWriter out, Optional<Path> reportsDir) protected TestExecutionSummaryExecuteTestsCommand.execute(PrintWriter out) private TestExecutionSummaryConsoleTestExecutor.executeTests(PrintWriter out, Optional<Path> reportsDir) Methods in org.junit.platform.console.command with parameters of type TestExecutionSummaryModifier and TypeMethodDescriptionprivate voidConsoleTestExecutor.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) classMutable, internal implementation of theTestExecutionSummaryAPI.Methods in org.junit.platform.launcher.listeners that return TestExecutionSummaryModifier and TypeMethodDescriptionSummaryGeneratingListener.getSummary()Get the summary generated by this listener. -
Uses of TestExecutionSummary in org.junit.platform.suite.engine
Methods in org.junit.platform.suite.engine that return TestExecutionSummaryModifier and TypeMethodDescription(package private) TestExecutionSummarySuiteLauncher.execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener parentEngineExecutionListener, NamespacedHierarchicalStore<Namespace> requestLevelStore) private TestExecutionSummarySuiteTestDescriptor.executeTests(EngineExecutionListener parentEngineExecutionListener, NamespacedHierarchicalStore<Namespace> requestLevelStore, ThrowableCollector throwableCollector) Methods in org.junit.platform.suite.engine with parameters of type TestExecutionSummaryModifier and TypeMethodDescriptionprivate TestExecutionResultSuiteTestDescriptor.computeTestExecutionResult(TestExecutionSummary summary, ThrowableCollector throwableCollector)