Uses of Interface
org.junit.platform.launcher.LauncherInterceptor
-
Packages that use LauncherInterceptor Package Description org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder. -
-
Uses of LauncherInterceptor in org.junit.platform.launcher.core
Classes in org.junit.platform.launcher.core that implement LauncherInterceptor Modifier and Type Class Description (package private) classClasspathAlignmentCheckingLauncherInterceptorFields in org.junit.platform.launcher.core declared as LauncherInterceptor Modifier and Type Field Description (package private) static LauncherInterceptorClasspathAlignmentCheckingLauncherInterceptor. INSTANCEprivate LauncherInterceptorDefaultLauncherSession. interceptorprivate LauncherInterceptorInterceptingLauncher. interceptorprivate static LauncherInterceptorDefaultLauncherSession. NOOP_INTERCEPTORFields in org.junit.platform.launcher.core with type parameters of type LauncherInterceptor Modifier and Type Field Description private java.util.function.Supplier<java.util.List<LauncherInterceptor>>SessionPerRequestLauncher. interceptorFactoryMethods in org.junit.platform.launcher.core that return LauncherInterceptor Modifier and Type Method Description private static LauncherInterceptorDefaultLauncherSession. composite(java.util.List<LauncherInterceptor> interceptors)Methods in org.junit.platform.launcher.core that return types with arguments of type LauncherInterceptor Modifier and Type Method Description private static java.util.List<LauncherInterceptor>LauncherFactory. collectLauncherInterceptors(LauncherConfigurationParameters configurationParameters)Method parameters in org.junit.platform.launcher.core with type arguments of type LauncherInterceptor Modifier and Type Method Description private static LauncherInterceptorDefaultLauncherSession. composite(java.util.List<LauncherInterceptor> interceptors)Constructors in org.junit.platform.launcher.core with parameters of type LauncherInterceptor Constructor Description InterceptingLauncher(Launcher delegate, LauncherInterceptor interceptor)Constructor parameters in org.junit.platform.launcher.core with type arguments of type LauncherInterceptor Constructor Description DefaultLauncherSession(java.util.List<LauncherInterceptor> interceptors, java.util.function.Supplier<LauncherSessionListener> listenerSupplier, java.util.function.Function<NamespacedHierarchicalStore<Namespace>,Launcher> launcherFactory)
-