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