Class JunitListener

java.lang.Object
com.shaft.listeners.JunitListener
All Implemented Interfaces:
org.junit.platform.launcher.LauncherSessionListener

public class JunitListener extends Object implements org.junit.platform.launcher.LauncherSessionListener
  • Field Summary

    Fields inherited from interface org.junit.platform.launcher.LauncherSessionListener

    NOOP
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    launcherSessionOpened(org.junit.platform.launcher.LauncherSession session)
     

    Methods inherited from class java.lang.Object

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

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

    launcherSessionClosed
  • Constructor Details

    • JunitListener

      public JunitListener()
  • Method Details

    • launcherSessionOpened

      public void launcherSessionOpened(org.junit.platform.launcher.LauncherSession session)
      Specified by:
      launcherSessionOpened in interface org.junit.platform.launcher.LauncherSessionListener