public class CGLIBProxyRealMethod extends java.lang.Object implements RealMethod, HasCGLIBMethodProxy, java.io.Serializable
| Constructor and Description |
|---|
CGLIBProxyRealMethod(MockitoMethodProxy methodProxy) |
| Modifier and Type | Method and Description |
|---|---|
MockitoMethodProxy |
getMethodProxy() |
java.lang.Object |
invoke(java.lang.Object target,
java.lang.Object[] arguments) |
public CGLIBProxyRealMethod(MockitoMethodProxy methodProxy)
public java.lang.Object invoke(java.lang.Object target,
java.lang.Object[] arguments)
throws java.lang.Throwable
invoke in interface RealMethodjava.lang.Throwablepublic MockitoMethodProxy getMethodProxy()
getMethodProxy in interface HasCGLIBMethodProxy