Uses of Interface
org.junit.platform.launcher.LauncherInterceptor
Packages that use LauncherInterceptor
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.-
Uses of LauncherInterceptor in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as LauncherInterceptorModifier and TypeFieldDescriptionprivate final LauncherInterceptor
DefaultLauncherSession.interceptor
private final LauncherInterceptor
InterceptingLauncher.interceptor
private static final LauncherInterceptor
DefaultLauncherSession.NOOP_INTERCEPTOR
Fields in org.junit.platform.launcher.core with type parameters of type LauncherInterceptorModifier and TypeFieldDescriptionprivate final Supplier
<List<LauncherInterceptor>> SessionPerRequestLauncher.interceptorFactory
Methods in org.junit.platform.launcher.core that return LauncherInterceptorModifier and TypeMethodDescriptionprivate static LauncherInterceptor
DefaultLauncherSession.composite
(List<LauncherInterceptor> interceptors) Methods in org.junit.platform.launcher.core that return types with arguments of type LauncherInterceptorModifier and TypeMethodDescriptionprivate static List
<LauncherInterceptor> LauncherFactory.collectLauncherInterceptors
(LauncherConfigurationParameters configurationParameters) Method parameters in org.junit.platform.launcher.core with type arguments of type LauncherInterceptorModifier and TypeMethodDescriptionprivate static LauncherInterceptor
DefaultLauncherSession.composite
(List<LauncherInterceptor> interceptors) Constructors in org.junit.platform.launcher.core with parameters of type LauncherInterceptorModifierConstructorDescription(package private)
InterceptingLauncher
(Launcher delegate, LauncherInterceptor interceptor) Constructor parameters in org.junit.platform.launcher.core with type arguments of type LauncherInterceptorModifierConstructorDescription(package private)
DefaultLauncherSession
(List<LauncherInterceptor> interceptors, Supplier<LauncherSessionListener> listenerSupplier, Supplier<Launcher> launcherSupplier)