Uses of Class
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. -
Uses of LauncherDiscoveryListener in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryListener Modifier and Type Method Description 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(java.util.List<LauncherDiscoveryListener> listeners)static LauncherDiscoveryListenerLauncherDiscoveryListeners. fromConfigurationParameter(java.lang.String key, java.lang.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(java.util.List<LauncherDiscoveryListener> listeners)
-