Package | Description |
---|---|
org.spockframework.mock |
Spock's built-in mocking framework.
|
org.spockframework.mock.runtime |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
MockObject |
Modifier and Type | Method and Description |
---|---|
IMockObject |
MockInvocation.getMockObject() |
IMockObject |
DelegatingMockInvocation.getMockObject() |
Constructor and Description |
---|
MockInvocation(IMockObject mockObject,
IMockMethod method,
java.util.List<java.lang.Object> arguments,
IResponseGenerator realMethodInvoker) |
Copyright © 2017. All rights reserved