Uses of Interface
org.junit.platform.launcher.LauncherSessionListener
-
Packages that use LauncherSessionListener Package Description org.junit.platform.launcher Public API for configuring and launching test plans.org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder.org.junit.platform.launcher.listeners.session CommonLauncherSessionListenerimplementations and factory methods. -
-
Uses of LauncherSessionListener in org.junit.platform.launcher
Fields in org.junit.platform.launcher declared as LauncherSessionListener Modifier and Type Field Description static LauncherSessionListenerLauncherSessionListener. NOOPNo-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 LauncherSessionListener Modifier and Type Method Description Collection<LauncherSessionListener>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 LauncherSessionListener Modifier and Type Method Description LauncherConfig.BuilderLauncherConfig.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 LauncherSessionListener Modifier and Type Method Description static LauncherSessionListenerLauncherSessionListeners. composite(List<LauncherSessionListener> listeners)Method parameters in org.junit.platform.launcher.listeners.session with type arguments of type LauncherSessionListener Modifier and Type Method Description static LauncherSessionListenerLauncherSessionListeners. composite(List<LauncherSessionListener> listeners)
-