Uses of Interface
org.spockframework.mock.IMockObject
-
Packages that use IMockObject Package Description org.spockframework.mock Spock's built-in mocking framework.org.spockframework.mock.runtime -
-
Uses of IMockObject in org.spockframework.mock
Methods in org.spockframework.mock that return IMockObject Modifier and Type Method Description IMockObjectISpockMockObject. $spock_get()IMockObjectMockDetector. asMock(java.lang.Object object)Returns information about a mock object.IMockObjectIMockInvocation. getMockObject()The mock object that received the invocation. -
Uses of IMockObject in org.spockframework.mock.runtime
Classes in org.spockframework.mock.runtime that implement IMockObject Modifier and Type Class Description classMockObjectMethods in org.spockframework.mock.runtime that return IMockObject Modifier and Type Method Description IMockObjectDelegatingMockInvocation. getMockObject()IMockObjectMockInvocation. getMockObject()Constructors in org.spockframework.mock.runtime with parameters of type IMockObject Constructor Description MockInvocation(IMockObject mockObject, IMockMethod method, java.util.List<java.lang.Object> arguments, IResponseGenerator realMethodInvoker)
-