Package io.quarkus.test.junit.launcher
Class CustomLauncherInterceptor
java.lang.Object
io.quarkus.test.junit.launcher.CustomLauncherInterceptor
- All Implemented Interfaces:
org.junit.platform.launcher.LauncherInterceptor
public class CustomLauncherInterceptor
extends Object
implements org.junit.platform.launcher.LauncherInterceptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.junit.platform.launcher.LauncherInterceptor
org.junit.platform.launcher.LauncherInterceptor.Invocation<T extends Object> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CustomLauncherInterceptor
public CustomLauncherInterceptor()
-
-
Method Details
-
intercept
public <T> T intercept(org.junit.platform.launcher.LauncherInterceptor.Invocation<T> invocation) - Specified by:
interceptin interfaceorg.junit.platform.launcher.LauncherInterceptor
-
close
public void close()- Specified by:
closein interfaceorg.junit.platform.launcher.LauncherInterceptor
-