Uses of Class
org.junit.platform.launcher.LauncherDiscoveryListener
Packages that use LauncherDiscoveryListener
Package
Description
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.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. -
Uses of LauncherDiscoveryListener in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as LauncherDiscoveryListenerModifier and TypeFieldDescriptionprivate final LauncherDiscoveryListenerDefaultDiscoveryRequest.discoveryListenerFields in org.junit.platform.launcher.core with type parameters of type LauncherDiscoveryListenerModifier and TypeFieldDescriptionprivate final List<LauncherDiscoveryListener> LauncherDiscoveryRequestBuilder.discoveryListenersMethods in org.junit.platform.launcher.core that return LauncherDiscoveryListenerModifier and TypeMethodDescriptionDefaultDiscoveryRequest.getDiscoveryListener()private LauncherDiscoveryListenerLauncherDiscoveryRequestBuilder.getLauncherDiscoveryListener(ConfigurationParameters configurationParameters) Methods in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryListenerModifier and TypeMethodDescriptionLauncherDiscoveryRequestBuilder.listeners(LauncherDiscoveryListener... listeners) Add all of the supplied discovery listeners to the request.Constructors in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryListenerModifierConstructorDescription(package private)DefaultDiscoveryRequest(List<DiscoverySelector> selectors, List<EngineFilter> engineFilters, List<DiscoveryFilter<?>> discoveryFilters, List<PostDiscoveryFilter> postDiscoveryFilters, LauncherConfigurationParameters configurationParameters, LauncherDiscoveryListener discoveryListener) -
Uses of LauncherDiscoveryListener in org.junit.platform.launcher.listeners.discovery
Subclasses of LauncherDiscoveryListener in org.junit.platform.launcher.listeners.discoveryModifier and TypeClassDescription(package private) class(package private) class(package private) classFields in org.junit.platform.launcher.listeners.discovery with type parameters of type LauncherDiscoveryListenerModifier and TypeFieldDescriptionprivate final Supplier<LauncherDiscoveryListener> LauncherDiscoveryListeners.LauncherDiscoveryListenerType.creatorprivate final List<LauncherDiscoveryListener> CompositeLauncherDiscoveryListener.listenersMethods 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) Constructor parameters in org.junit.platform.launcher.listeners.discovery with type arguments of type LauncherDiscoveryListenerModifierConstructorDescription(package private)privateLauncherDiscoveryListenerType(String parameterValue, Supplier<LauncherDiscoveryListener> creator)