|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object groovy.mock.interceptor.Demand
class Demand
The object that registers method calls on it for the use with Mocks and Stubs. For each call a CallSpec object is added to the recorded list.
Property Summary | |
---|---|
Map |
ignore
|
List |
recorded
|
Method Summary | |
---|---|
Object
|
invokeMethod(String methodName, Object args)
|
def
|
verify(List calls)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
Map ignore
List recorded
Method Detail |
---|
Object invokeMethod(String methodName, Object args)
def verify(List calls)
Copyright © 2003-2013 The Codehaus. All rights reserved.