JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
JUnit
org.junit.platform.launcher
org.junit.platform.launcher
LauncherInterceptor
Invocation
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
proceed()
Interface LauncherInterceptor.Invocation<
T extends
@Nullable
Object
>
Enclosing interface:
LauncherInterceptor
public static interface
LauncherInterceptor.Invocation<T extends
@Nullable
Object
>
An invocation that can be intercepted.
This interface is not intended to be implemented by clients.
Since:
1.10
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
proceed
()
Method Details
proceed
T
proceed
()