Uses of Interface
org.junit.platform.launcher.LauncherSessionListener
Package
Description
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.Common
LauncherSessionListener
implementations and factory methods.-
Uses of LauncherSessionListener in org.junit.platform.launcher
Modifier and TypeFieldDescriptionstatic LauncherSessionListener
LauncherSessionListener.NOOP
No-op implementation ofLauncherSessionListener
-
Uses of LauncherSessionListener in org.junit.platform.launcher.core
Modifier and TypeMethodDescriptionLauncherConfig.getAdditionalLauncherSessionListeners()
Get the collection of additional launcher session listeners that should be added to theLauncher
.Modifier and TypeMethodDescriptionLauncherConfig.Builder.addLauncherSessionListeners(LauncherSessionListener... listeners)
Add all of the supplied launcher session listeners to the configuration. -
Uses of LauncherSessionListener in org.junit.platform.launcher.listeners.session
Modifier and TypeMethodDescriptionstatic LauncherSessionListener
LauncherSessionListeners.composite(List<LauncherSessionListener> listeners)
Modifier and TypeMethodDescriptionstatic LauncherSessionListener
LauncherSessionListeners.composite(List<LauncherSessionListener> listeners)