Package org.spockframework.mock.runtime
Class CglibRealMethodInvoker
- java.lang.Object
-
- org.spockframework.mock.runtime.CglibRealMethodInvoker
-
- All Implemented Interfaces:
IResponseGenerator
public class CglibRealMethodInvoker extends java.lang.Object implements IResponseGenerator
-
-
Constructor Summary
Constructors Constructor Description CglibRealMethodInvoker(net.sf.cglib.proxy.MethodProxy methodProxy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
respond(IMockInvocation invocation)
-
-
-
Method Detail
-
respond
public java.lang.Object respond(IMockInvocation invocation)
- Specified by:
respond
in interfaceIResponseGenerator
-
-