Uses of Interface
org.junit.platform.launcher.LauncherInterceptor
-
Packages that use LauncherInterceptor Package Description org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
. -
-
Uses of LauncherInterceptor in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as LauncherInterceptor Modifier and Type Field Description private LauncherInterceptor
DefaultLauncherSession. interceptor
private LauncherInterceptor
InterceptingLauncher. interceptor
private static LauncherInterceptor
DefaultLauncherSession. NOOP_INTERCEPTOR
Fields 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. interceptorFactory
Methods in org.junit.platform.launcher.core that return LauncherInterceptor Modifier and Type Method Description private static LauncherInterceptor
DefaultLauncherSession. 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 LauncherInterceptor
DefaultLauncherSession. 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.Supplier<Launcher> launcherSupplier)
-