Uses of Interface
org.junit.platform.launcher.LauncherDiscoveryListener
Packages that use LauncherDiscoveryListener
Package
Description
Java Flight Recorder support package.
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.Common
LauncherDiscoveryListener
implementations and factory methods.-
Uses of LauncherDiscoveryListener in org.junit.platform.jfr
Classes in org.junit.platform.jfr that implement LauncherDiscoveryListenerModifier and TypeClassDescriptionclassALauncherDiscoveryListenerthat generates Java Flight Recorder events. -
Uses of LauncherDiscoveryListener in org.junit.platform.launcher
Fields in org.junit.platform.launcher declared as LauncherDiscoveryListenerModifier and TypeFieldDescriptionstatic final LauncherDiscoveryListenerLauncherDiscoveryListener.NOOPNo-op implementation ofLauncherDiscoveryListenerMethods in org.junit.platform.launcher that return LauncherDiscoveryListenerModifier and TypeMethodDescriptiondefault LauncherDiscoveryListenerLauncherDiscoveryRequest.getDiscoveryListener()Get theLauncherDiscoveryListenerfor this request.Methods in org.junit.platform.launcher with parameters of type LauncherDiscoveryListenerModifier and TypeMethodDescriptionvoidLauncher.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 LauncherDiscoveryListenerModifier and TypeMethodDescriptionLauncherConfig.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 LauncherDiscoveryListenerModifier and TypeMethodDescriptionLauncherConfig.Builder.addLauncherDiscoveryListeners(LauncherDiscoveryListener... listeners) Add all of the supplied launcher discovery listeners to the configuration.LauncherDiscoveryRequestBuilder.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 LauncherDiscoveryListenerModifier and TypeMethodDescriptionstatic 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 LauncherDiscoveryListenerModifier and TypeMethodDescriptionstatic LauncherDiscoveryListenerLauncherDiscoveryListeners.composite(List<LauncherDiscoveryListener> listeners)