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