Package org.spockframework.mock.runtime
Class GroovyRealMethodInvoker
- java.lang.Object
-
- org.spockframework.mock.runtime.GroovyRealMethodInvoker
-
- All Implemented Interfaces:
IResponseGenerator
public class GroovyRealMethodInvoker extends java.lang.Object implements IResponseGenerator
-
-
Constructor Summary
Constructors Constructor Description GroovyRealMethodInvoker(groovy.lang.MetaClass metaClass)
-
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
-
-