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 IMockObject
ISpockMockObject. $spock_get()
IMockObject
MockDetector. asMock(java.lang.Object object)
Returns information about a mock object.IMockObject
IMockInvocation. 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 class
MockObject
Methods in org.spockframework.mock.runtime that return IMockObject Modifier and Type Method Description IMockObject
DelegatingMockInvocation. getMockObject()
IMockObject
MockInvocation. 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)
-