Class AbstractMethodInterceptor
java.lang.Object
org.spockframework.runtime.extension.AbstractMethodInterceptor
- All Implemented Interfaces:
IMethodInterceptor
- Direct Known Subclasses:
GuiceInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
intercept
(IMethodInvocation invocation) void
interceptCleanupMethod
(IMethodInvocation invocation) void
interceptCleanupSpecMethod
(IMethodInvocation invocation) void
interceptDataProcessorMethod
(IMethodInvocation invocation) void
interceptDataProviderMethod
(IMethodInvocation invocation) void
interceptFeatureExecution
(IMethodInvocation invocation) void
interceptFeatureMethod
(IMethodInvocation invocation) void
interceptInitializerMethod
(IMethodInvocation invocation) void
interceptIterationExecution
(IMethodInvocation invocation) void
interceptSetupMethod
(IMethodInvocation invocation) void
interceptSetupSpecMethod
(IMethodInvocation invocation) void
interceptSharedInitializerMethod
(IMethodInvocation invocation) void
interceptSpecExecution
(IMethodInvocation invocation)
-
Constructor Details
-
AbstractMethodInterceptor
public AbstractMethodInterceptor()
-
-
Method Details
-
intercept
- Specified by:
intercept
in interfaceIMethodInterceptor
- Throws:
Throwable
-
interceptInitializerMethod
- Throws:
Throwable
-
interceptSetupMethod
- Throws:
Throwable
-
interceptCleanupMethod
- Throws:
Throwable
-
interceptSetupSpecMethod
- Throws:
Throwable
-
interceptCleanupSpecMethod
- Throws:
Throwable
-
interceptFeatureMethod
- Throws:
Throwable
-
interceptDataProviderMethod
- Throws:
Throwable
-
interceptDataProcessorMethod
- Throws:
Throwable
-
interceptIterationExecution
- Throws:
Throwable
-
interceptSpecExecution
- Throws:
Throwable
-
interceptFeatureExecution
- Throws:
Throwable
-