org.mockito.internal.creation
Class AbstractMockitoMethodProxy

java.lang.Object
  extended by org.mockito.internal.creation.AbstractMockitoMethodProxy
All Implemented Interfaces:
MockitoMethodProxy
Direct Known Subclasses:
DelegatingMockitoMethodProxy, SerializableMockitoMethodProxy

public abstract class AbstractMockitoMethodProxy
extends java.lang.Object
implements MockitoMethodProxy


Constructor Summary
AbstractMockitoMethodProxy()
           
 
Method Summary
 java.lang.Object invokeSuper(java.lang.Object target, java.lang.Object[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mockito.internal.creation.MockitoMethodProxy
getMethodProxy
 

Constructor Detail

AbstractMockitoMethodProxy

public AbstractMockitoMethodProxy()
Method Detail

invokeSuper

public java.lang.Object invokeSuper(java.lang.Object target,
                                    java.lang.Object[] arguments)
                             throws java.lang.Throwable
Specified by:
invokeSuper in interface MockitoMethodProxy
Throws:
java.lang.Throwable