|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object groovy.mock.interceptor.StrictExpectation
class StrictExpectation
Expects demanded call cardinalities to match demanded ranges in the sequence of recording.
Property Summary | |
---|---|
int |
fCallSpecIdx
|
List |
fCalls
|
Demand |
fDemand
|
Constructor Summary | |
StrictExpectation(Demand demand)
|
Method Summary | |
---|---|
Closure
|
match(String name)
Match the requested method name against eligible demands. |
void
|
verify()
verify all calls are in expected range |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
int fCallSpecIdx
List fCalls
Demand fDemand
Constructor Detail |
---|
StrictExpectation(Demand demand)
Method Detail |
---|
Closure match(String name)
void verify()
Copyright © 2003-2013 The Codehaus. All rights reserved.