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. -
-
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> T
LauncherInterceptor. intercept(LauncherInterceptor.Invocation<T> invocation)
Intercept the supplied invocation.
-