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 voidintercept(IMethodInvocation invocation) voidinterceptCleanupMethod(IMethodInvocation invocation) voidinterceptCleanupSpecMethod(IMethodInvocation invocation) voidinterceptDataProcessorMethod(IMethodInvocation invocation) voidinterceptDataProviderMethod(IMethodInvocation invocation) voidinterceptFeatureExecution(IMethodInvocation invocation) voidinterceptFeatureMethod(IMethodInvocation invocation) voidinterceptInitializerMethod(IMethodInvocation invocation) voidinterceptIterationExecution(IMethodInvocation invocation) voidinterceptSetupMethod(IMethodInvocation invocation) voidinterceptSetupSpecMethod(IMethodInvocation invocation) voidinterceptSharedInitializerMethod(IMethodInvocation invocation) voidinterceptSpecExecution(IMethodInvocation invocation)
-
Constructor Details
-
AbstractMethodInterceptor
public AbstractMethodInterceptor()
-
-
Method Details
-
intercept
- Specified by:
interceptin 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
-