com.cyrusinnovation.mockitogroovysupport
Class MethodInterceptorForGroovyFilter

java.lang.Object
  extended by org.mockito.internal.creation.MethodInterceptorFilter
      extended by com.cyrusinnovation.mockitogroovysupport.MethodInterceptorForGroovyFilter
All Implemented Interfaces:
Serializable, org.mockito.cglib.proxy.Callback, org.mockito.cglib.proxy.MethodInterceptor

public class MethodInterceptorForGroovyFilter
extends org.mockito.internal.creation.MethodInterceptorFilter

See Also:
Serialized Form

Constructor Summary
MethodInterceptorForGroovyFilter(org.mockito.internal.InternalMockHandler handler, org.mockito.mock.MockCreationSettings mockSettings)
           
 
Method Summary
 Object intercept(Object proxy, Method method, Object[] args, org.mockito.cglib.proxy.MethodProxy methodProxy)
           
 
Methods inherited from class org.mockito.internal.creation.MethodInterceptorFilter
createMockitoMethod, createMockitoMethodProxy, getHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInterceptorForGroovyFilter

public MethodInterceptorForGroovyFilter(org.mockito.internal.InternalMockHandler handler,
                                        org.mockito.mock.MockCreationSettings mockSettings)
Method Detail

intercept

public Object intercept(Object proxy,
                        Method method,
                        Object[] args,
                        org.mockito.cglib.proxy.MethodProxy methodProxy)
                 throws Throwable
Specified by:
intercept in interface org.mockito.cglib.proxy.MethodInterceptor
Overrides:
intercept in class org.mockito.internal.creation.MethodInterceptorFilter
Throws:
Throwable


Copyright © 2013 Cyrus Innovation. All Rights Reserved.