class DelegatingMockitoMethodProxy
extends java.lang.Object
implements org.mockito.internal.creation.util.MockitoMethodProxy
Modifier and Type | Field and Description |
---|---|
private net.sf.cglib.proxy.MethodProxy |
methodProxy |
Constructor and Description |
---|
DelegatingMockitoMethodProxy(net.sf.cglib.proxy.MethodProxy methodProxy) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invokeSuper(java.lang.Object target,
java.lang.Object[] arguments) |