Module org.junit.jupiter.engine
Class InvocationInterceptorChain
java.lang.Object
org.junit.jupiter.engine.execution.InvocationInterceptorChain
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<T> Tinvoke(InvocationInterceptor.Invocation<T> invocation, ExtensionRegistry extensionRegistry, InvocationInterceptorChain.InterceptorCall<T> call)  
- 
Constructor Details
- 
InvocationInterceptorChain
public InvocationInterceptorChain() 
 - 
 - 
Method Details
- 
invoke
public <T> T invoke(InvocationInterceptor.Invocation<T> invocation, ExtensionRegistry extensionRegistry, InvocationInterceptorChain.InterceptorCall<T> call)  
 -