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