Package io.quarkus.test.component
Class ComponentLauncherSessionListener
java.lang.Object
io.quarkus.test.component.ComponentLauncherSessionListener
- All Implemented Interfaces:
org.junit.platform.launcher.LauncherSessionListener
public class ComponentLauncherSessionListener
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 TypeMethodDescriptionvoidlauncherSessionClosed(org.junit.platform.launcher.LauncherSession session) voidlauncherSessionOpened(org.junit.platform.launcher.LauncherSession session)
-
Constructor Details
-
ComponentLauncherSessionListener
public ComponentLauncherSessionListener()
-
-
Method Details
-
launcherSessionOpened
public void launcherSessionOpened(org.junit.platform.launcher.LauncherSession session) - Specified by:
launcherSessionOpenedin interfaceorg.junit.platform.launcher.LauncherSessionListener
-
launcherSessionClosed
public void launcherSessionClosed(org.junit.platform.launcher.LauncherSession session) - Specified by:
launcherSessionClosedin interfaceorg.junit.platform.launcher.LauncherSessionListener
-