Uses of Interface
org.junit.platform.launcher.listeners.TestExecutionSummary
-
Packages that use TestExecutionSummary Package Description org.junit.platform.console.command Commands of JUnit's console launcher.org.junit.platform.launcher.listeners CommonTestExecutionListenerimplementations and related support classes for theLauncher.org.junit.platform.suite.engine Core package for the JUnit Platform Suite test engine. -
-
Uses of TestExecutionSummary in org.junit.platform.console.command
Methods in org.junit.platform.console.command that return TestExecutionSummary Modifier and Type Method Description TestExecutionSummaryConsoleTestExecutor. execute(java.io.PrintWriter out, java.util.Optional<java.nio.file.Path> reportsDir)protected TestExecutionSummaryExecuteTestsCommand. execute(java.io.PrintWriter out)private TestExecutionSummaryConsoleTestExecutor. executeTests(java.io.PrintWriter out, java.util.Optional<java.nio.file.Path> reportsDir)Methods in org.junit.platform.console.command 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. -
Uses of TestExecutionSummary in org.junit.platform.suite.engine
Methods in org.junit.platform.suite.engine that return TestExecutionSummary Modifier and Type Method Description (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 TestExecutionSummary Modifier and Type Method Description private TestExecutionResultSuiteTestDescriptor. computeTestExecutionResult(TestExecutionSummary summary, ThrowableCollector throwableCollector)
-