Package com.shaft.listeners
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidlauncherSessionOpened(org.junit.platform.launcher.LauncherSession session) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
launcherSessionOpenedin interfaceorg.junit.platform.launcher.LauncherSessionListener
-