Uses of Interface
org.junit.platform.launcher.LauncherInterceptor.Invocation
-
Packages that use LauncherInterceptor.Invocation Package Description org.junit.platform.launcher Public API for configuring and launching test plans.org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder. -
-
Uses of LauncherInterceptor.Invocation in org.junit.platform.launcher
Methods in org.junit.platform.launcher with parameters of type LauncherInterceptor.Invocation Modifier and Type Method Description <T> TLauncherInterceptor. intercept(LauncherInterceptor.Invocation<T> invocation)Intercept the supplied invocation. -
Uses of LauncherInterceptor.Invocation in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core with parameters of type LauncherInterceptor.Invocation Modifier and Type Method Description <T> TClasspathAlignmentCheckingLauncherInterceptor. intercept(LauncherInterceptor.Invocation<T> invocation)
-