Uses of Interface
org.spockframework.mock.IMockObject
Packages that use IMockObject
Package
Description
Spock's built-in mocking framework.
-
Uses of IMockObject in org.spockframework.mock
Methods in org.spockframework.mock that return IMockObjectModifier and TypeMethodDescriptionISpockMockObject.$spock_get()
Returns information about a mock object.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 IMockObjectMethods in org.spockframework.mock.runtime that return IMockObjectModifier and TypeMethodDescriptionDelegatingMockInvocation.getMockObject()
MockInvocation.getMockObject()
Constructors in org.spockframework.mock.runtime with parameters of type IMockObjectModifierConstructorDescriptionMockInvocation
(IMockObject mockObject, IMockMethod method, List<Object> arguments, IResponseGenerator realMethodInvoker)