Class CallRealMethodResponse

java.lang.Object
org.spockframework.mock.CallRealMethodResponse
All Implemented Interfaces:
IDefaultResponse, IResponseGenerator

@Beta public class CallRealMethodResponse extends Object implements IDefaultResponse
A response strategy that delegates method calls to the real object underlying the mock (if any).