Uses of Interface
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.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
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 Collection<LauncherDiscoveryListener>DefaultLauncherConfig.additionalLauncherDiscoveryListenersprivate final Collection<LauncherDiscoveryListener>LauncherConfig.Builder.discoveryListenersprivate final List<LauncherDiscoveryListener>LauncherDiscoveryRequestBuilder.discoveryListenersprivate final ListenerRegistry<LauncherDiscoveryListener>DefaultLauncher.launcherDiscoveryListenerRegistryprivate final ListenerRegistry<LauncherDiscoveryListener>EngineDiscoveryOrchestrator.launcherDiscoveryListenerRegistryMethods in org.junit.platform.launcher.core that return LauncherDiscoveryListenerModifier and TypeMethodDescriptionprivate LauncherDiscoveryListenerLauncherDiscoveryRequestBuilder.getDefaultLauncherDiscoveryListener(ConfigurationParameters configurationParameters) DefaultDiscoveryRequest.getDiscoveryListener()(package private) LauncherDiscoveryListenerEngineDiscoveryOrchestrator.getLauncherDiscoveryListener(LauncherDiscoveryRequest discoveryRequest) private LauncherDiscoveryListenerLauncherDiscoveryRequestBuilder.getLauncherDiscoveryListener(ConfigurationParameters configurationParameters) Methods in org.junit.platform.launcher.core that return types with arguments of type LauncherDiscoveryListenerModifier and TypeMethodDescription(package private) static ListenerRegistry<LauncherDiscoveryListener>ListenerRegistry.forLauncherDiscoveryListeners()DefaultLauncherConfig.getAdditionalLauncherDiscoveryListeners()LauncherConfig.getAdditionalLauncherDiscoveryListeners()Get the collection of additional launcher discovery listeners that should be added to theLauncher.DefaultLauncher.getLauncherDiscoveryListenerRegistry()InternalLauncher.getLauncherDiscoveryListenerRegistry()SessionPerRequestLauncher.getLauncherDiscoveryListenerRegistry()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.private TestDescriptorEngineDiscoveryOrchestrator.discoverEngineRoot(TestEngine testEngine, LauncherDiscoveryRequest request, LauncherDiscoveryListener listener, Function<String, UniqueId> uniqueIdCreator) private Map<TestEngine,TestDescriptor> EngineDiscoveryOrchestrator.discoverSafely(LauncherDiscoveryRequest request, EngineDiscoveryOrchestrator.Phase phase, LauncherDiscoveryListener listener, Function<String, UniqueId> uniqueIdCreator) LauncherDiscoveryRequestBuilder.listeners(LauncherDiscoveryListener... listeners) Add all of the supplied discovery listeners to the request.voidDefaultLauncher.registerLauncherDiscoveryListeners(LauncherDiscoveryListener... listeners) voidDefaultLauncherSession.ClosedLauncher.registerLauncherDiscoveryListeners(LauncherDiscoveryListener... listeners) voidDefaultLauncherSession.DelegatingLauncher.registerLauncherDiscoveryListeners(LauncherDiscoveryListener... listeners) voidSessionPerRequestLauncher.registerLauncherDiscoveryListeners(LauncherDiscoveryListener... listeners) 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) Constructor parameters in org.junit.platform.launcher.core with type arguments of type LauncherDiscoveryListenerModifierConstructorDescription(package private)EngineDiscoveryOrchestrator(Iterable<TestEngine> testEngines, Collection<PostDiscoveryFilter> postDiscoveryFilters, ListenerRegistry<LauncherDiscoveryListener> launcherDiscoveryListenerRegistry) -
Uses of LauncherDiscoveryListener in org.junit.platform.launcher.listeners.discovery
Classes in org.junit.platform.launcher.listeners.discovery that implement LauncherDiscoveryListenerModifier 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)