Package org.junit.platform.launcher
Interface LauncherInterceptor.Invocation<T>
-
- Enclosing interface:
- LauncherInterceptor
public static interface LauncherInterceptor.Invocation<T>An invocation that can be intercepted.This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tproceed()
-
-
-
Method Detail
-
proceed
T proceed()
-
-