org.mockito.internal.creation
Class DelegatingMockitoMethodProxy

java.lang.Object
  extended by org.mockito.internal.creation.AbstractMockitoMethodProxy
      extended by org.mockito.internal.creation.DelegatingMockitoMethodProxy
All Implemented Interfaces:
MockitoMethodProxy

public class DelegatingMockitoMethodProxy
extends AbstractMockitoMethodProxy


Constructor Summary
DelegatingMockitoMethodProxy(org.mockito.cglib.proxy.MethodProxy methodProxy)
           
 
Method Summary
 org.mockito.cglib.proxy.MethodProxy getMethodProxy()
           
 
Methods inherited from class org.mockito.internal.creation.AbstractMockitoMethodProxy
invokeSuper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingMockitoMethodProxy

public DelegatingMockitoMethodProxy(org.mockito.cglib.proxy.MethodProxy methodProxy)
Method Detail

getMethodProxy

public org.mockito.cglib.proxy.MethodProxy getMethodProxy()