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 LauncherSessionListenerLauncherSessionListener.NOOPNo-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 LauncherSessionListenerDefaultLauncherSession.listenerprivate final LauncherSessionListenerSessionPerRequestLauncher.sessionListenerFields in org.junit.platform.launcher.core with type parameters of type LauncherSessionListenerModifier and TypeFieldDescriptionprivate final Collection<LauncherSessionListener>DefaultLauncherConfig.additionalLauncherSessionListenersprivate final Collection<LauncherSessionListener>LauncherConfig.Builder.sessionListenersMethods in org.junit.platform.launcher.core that return LauncherSessionListenerModifier and TypeMethodDescriptionprivate static LauncherSessionListenerLauncherFactory.createLauncherSessionListener(LauncherConfig config) (package private) LauncherSessionListenerDefaultLauncherSession.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.Constructors in org.junit.platform.launcher.core with parameters of type LauncherSessionListenerModifierConstructorDescription(package private)DefaultLauncherSession(Launcher launcher, LauncherSessionListener listener) (package private)SessionPerRequestLauncher(InternalLauncher delegate, LauncherSessionListener sessionListener) -
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.listenersMethods in org.junit.platform.launcher.listeners.session that return LauncherSessionListenerModifier and TypeMethodDescriptionstatic LauncherSessionListenerLauncherSessionListeners.composite(List<LauncherSessionListener> listeners) Method parameters in org.junit.platform.launcher.listeners.session with type arguments of type LauncherSessionListenerModifier and TypeMethodDescriptionstatic LauncherSessionListenerLauncherSessionListeners.composite(List<LauncherSessionListener> listeners) Constructor parameters in org.junit.platform.launcher.listeners.session with type arguments of type LauncherSessionListenerModifierConstructorDescription(package private)