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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan)
     

    Methods inherited from class org.junit.platform.launcher.listeners.SummaryGeneratingListener

    dynamicTestRegistered, executionFinished, executionSkipped, executionStarted, getSummary, testPlanExecutionStarted

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.junit.platform.launcher.TestExecutionListener

    fileEntryPublished, reportingEntryPublished
  • Constructor Details

    • SummaryPrintingTestListener

      public SummaryPrintingTestListener(Configuration configuration)
  • Method Details

    • testPlanExecutionFinished

      public void testPlanExecutionFinished(org.junit.platform.launcher.TestPlan testPlan)
      Specified by:
      testPlanExecutionFinished in interface org.junit.platform.launcher.TestExecutionListener
      Overrides:
      testPlanExecutionFinished in class org.junit.platform.launcher.listeners.SummaryGeneratingListener