Class SummaryPrintingTestListener
java.lang.Object
org.junit.platform.launcher.listeners.SummaryGeneratingListener
com.github.sbt.junit.jupiter.internal.listeners.SummaryPrintingTestListener
- All Implemented Interfaces:
org.junit.platform.launcher.TestExecutionListener
public class SummaryPrintingTestListener
extends org.junit.platform.launcher.listeners.SummaryGeneratingListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan) Methods inherited from class org.junit.platform.launcher.listeners.SummaryGeneratingListener
dynamicTestRegistered, executionFinished, executionSkipped, executionStarted, getSummary, testPlanExecutionStartedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.platform.launcher.TestExecutionListener
fileEntryPublished, reportingEntryPublished
-
Constructor Details
-
SummaryPrintingTestListener
-
-
Method Details
-
testPlanExecutionFinished
public void testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan) - Specified by:
testPlanExecutionFinishedin interfaceorg.junit.platform.launcher.TestExecutionListener- Overrides:
testPlanExecutionFinishedin classorg.junit.platform.launcher.listeners.SummaryGeneratingListener
-