org.spockframework.spring
Class SpringInterceptor
java.lang.Object
org.spockframework.runtime.extension.AbstractMethodInterceptor
org.spockframework.spring.SpringInterceptor
- All Implemented Interfaces:
- IMethodInterceptor
public class SpringInterceptor
- extends AbstractMethodInterceptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringInterceptor
public SpringInterceptor(SpringTestContextManager manager)
interceptSetupSpecMethod
public void interceptSetupSpecMethod(IMethodInvocation invocation)
throws Throwable
- Overrides:
interceptSetupSpecMethod
in class AbstractMethodInterceptor
- Throws:
Throwable
interceptSetupMethod
public void interceptSetupMethod(IMethodInvocation invocation)
throws Throwable
- Overrides:
interceptSetupMethod
in class AbstractMethodInterceptor
- Throws:
Throwable
interceptCleanupMethod
public void interceptCleanupMethod(IMethodInvocation invocation)
throws Throwable
- Overrides:
interceptCleanupMethod
in class AbstractMethodInterceptor
- Throws:
Throwable
interceptCleanupSpecMethod
public void interceptCleanupSpecMethod(IMethodInvocation invocation)
throws Throwable
- Overrides:
interceptCleanupSpecMethod
in class AbstractMethodInterceptor
- Throws:
Throwable
error
public void error(ErrorInfo error)
Copyright © 2010. All Rights Reserved.