Class ClasspathAlignmentCheckingLauncherInterceptor
java.lang.Object
org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor
- All Implemented Interfaces:
LauncherInterceptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface LauncherInterceptor
LauncherInterceptor.Invocation<T> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Closes this interceptor.<T> Tintercept(LauncherInterceptor.Invocation<T> invocation) Intercept the supplied invocation.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ClasspathAlignmentCheckingLauncherInterceptor
ClasspathAlignmentCheckingLauncherInterceptor()
-
-
Method Details
-
intercept
Description copied from interface:LauncherInterceptorIntercept the supplied invocation.Implementations must call
LauncherInterceptor.Invocation.proceed()exactly once.- Specified by:
interceptin interfaceLauncherInterceptor- Parameters:
invocation- the intercepted invocation; nevernull- Returns:
- the result of the invocation
-
close
public void close()Description copied from interface:LauncherInterceptorCloses this interceptor.Any resources held by this interceptor should be released by this method.
- Specified by:
closein interfaceLauncherInterceptor
-