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 LauncherInterceptorDefaultLauncherSession.interceptorprivate final LauncherInterceptorInterceptingLauncher.interceptorprivate static final LauncherInterceptorDefaultLauncherSession.NOOP_INTERCEPTORFields in org.junit.platform.launcher.core with type parameters of type LauncherInterceptorModifier and TypeFieldDescriptionprivate final Supplier<List<LauncherInterceptor>> SessionPerRequestLauncher.interceptorFactoryMethods in org.junit.platform.launcher.core that return LauncherInterceptorModifier and TypeMethodDescriptionprivate static LauncherInterceptorDefaultLauncherSession.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 LauncherInterceptorDefaultLauncherSession.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)