Uses of Interface
org.junit.platform.launcher.LauncherDiscoveryListener
-
Packages that use LauncherDiscoveryListener 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.discovery CommonLauncherDiscoveryListenerimplementations and factory methods. -
-
Uses of LauncherDiscoveryListener in org.junit.platform.launcher
Fields in org.junit.platform.launcher declared as LauncherDiscoveryListener Modifier and Type Field Description static LauncherDiscoveryListenerLauncherDiscoveryListener. NOOPNo-op implementation ofLauncherDiscoveryListenerMethods in org.junit.platform.launcher that return LauncherDiscoveryListener Modifier and Type Method Description default LauncherDiscoveryListenerLauncherDiscoveryRequest. getDiscoveryListener()Get theLauncherDiscoveryListenerfor this request.Methods in org.junit.platform.launcher with parameters of type LauncherDiscoveryListener Modifier and Type Method Description voidLauncher. registerLauncherDiscoveryListeners(LauncherDiscoveryListener... listeners)Register one or more listeners for test discovery. -
Uses of LauncherDiscoveryListener in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return types with arguments of type LauncherDiscoveryListener Modifier and Type Method Description Collection<LauncherDiscoveryListener>LauncherConfig. getAdditionalLauncherDiscoveryListeners()Get the collection of additional launcher discovery listeners that should be added to theLauncher.Methods in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryListener Modifier and Type Method Description LauncherConfig.BuilderLauncherConfig.Builder. addLauncherDiscoveryListeners(LauncherDiscoveryListener... listeners)Add all of the supplied launcher discovery listeners to the configuration.LauncherDiscoveryRequestBuilderLauncherDiscoveryRequestBuilder. listeners(LauncherDiscoveryListener... listeners)Add all of the supplied discovery listeners to the request. -
Uses of LauncherDiscoveryListener in org.junit.platform.launcher.listeners.discovery
Methods in org.junit.platform.launcher.listeners.discovery that return LauncherDiscoveryListener Modifier and Type Method Description static LauncherDiscoveryListenerLauncherDiscoveryListeners. abortOnFailure()Create aLauncherDiscoveryListenerthat aborts test discovery on failures.static LauncherDiscoveryListenerLauncherDiscoveryListeners. composite(List<LauncherDiscoveryListener> listeners)static LauncherDiscoveryListenerLauncherDiscoveryListeners. fromConfigurationParameter(String key, String value)static LauncherDiscoveryListenerLauncherDiscoveryListeners. logging()Create aLauncherDiscoveryListenerthat logs test discovery events based on their severity.Method parameters in org.junit.platform.launcher.listeners.discovery with type arguments of type LauncherDiscoveryListener Modifier and Type Method Description static LauncherDiscoveryListenerLauncherDiscoveryListeners. composite(List<LauncherDiscoveryListener> listeners)
-