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
Fields in org.junit.platform.launcher.core declared as LauncherSessionListenerModifier and TypeFieldDescriptionprivate final LauncherSessionListener
DefaultLauncherSession.listener
Fields in org.junit.platform.launcher.core with type parameters of type LauncherSessionListenerModifier and TypeFieldDescriptionprivate final Collection
<LauncherSessionListener> DefaultLauncherConfig.additionalLauncherSessionListeners
private final Collection
<LauncherSessionListener> LauncherConfig.Builder.sessionListeners
private final Supplier
<LauncherSessionListener> SessionPerRequestLauncher.sessionListenerSupplier
Methods in org.junit.platform.launcher.core that return LauncherSessionListenerModifier and TypeMethodDescriptionprivate static LauncherSessionListener
LauncherFactory.createLauncherSessionListener
(LauncherConfig config) (package private) LauncherSessionListener
DefaultLauncherSession.getListener()
Methods in org.junit.platform.launcher.core that return types with arguments of type LauncherSessionListenerModifier and TypeMethodDescription(package private) static ListenerRegistry
<LauncherSessionListener> ListenerRegistry.forLauncherSessionListeners()
DefaultLauncherConfig.getAdditionalLauncherSessionListeners()
LauncherConfig.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.Constructor parameters in org.junit.platform.launcher.core with type arguments of type LauncherSessionListenerModifierConstructorDescription(package private)
DefaultLauncherSession
(List<LauncherInterceptor> interceptors, Supplier<LauncherSessionListener> listenerSupplier, Supplier<Launcher> launcherSupplier) -
Uses of LauncherSessionListener in org.junit.platform.launcher.listeners.session
Classes in org.junit.platform.launcher.listeners.session that implement LauncherSessionListenerFields in org.junit.platform.launcher.listeners.session with type parameters of type LauncherSessionListenerModifier and TypeFieldDescriptionprivate final List
<LauncherSessionListener> CompositeLauncherSessionListener.listeners
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) Constructor parameters in org.junit.platform.launcher.listeners.session with type arguments of type LauncherSessionListenerModifierConstructorDescription(package private)