Uses of Interface
org.junit.platform.launcher.LauncherSessionListener
Packages that use 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
Fields in org.junit.platform.launcher declared as LauncherSessionListenerModifier and TypeFieldDescriptionstatic final LauncherSessionListener
LauncherSessionListener.NOOP
No-op implementation ofLauncherSessionListener
-
Uses of LauncherSessionListener in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return types with arguments of type LauncherSessionListenerModifier and TypeMethodDescriptionLauncherConfig.getAdditionalLauncherSessionListeners()
Get the collection of additional launcher session listeners that should be added to theLauncher
.Methods in org.junit.platform.launcher.core with parameters of type LauncherSessionListenerModifier 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
Methods in org.junit.platform.launcher.listeners.session that return LauncherSessionListenerModifier and TypeMethodDescriptionstatic LauncherSessionListener
LauncherSessionListeners.composite
(List<LauncherSessionListener> listeners) Method parameters in org.junit.platform.launcher.listeners.session with type arguments of type LauncherSessionListenerModifier and TypeMethodDescriptionstatic LauncherSessionListener
LauncherSessionListeners.composite
(List<LauncherSessionListener> listeners)