|
Griffon 0.9.5-rc2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgriffon.test.DemandProxy
class DemandProxy
Keeps track of demands and expectations for a particular Griffon mock.
Property Summary | |
---|---|
Demand |
demand
|
Object |
expectation
|
Map |
instanceMethods
Keeps a map of instance methods added via the mock.demand... syntax. |
boolean |
isStatic
|
Class |
mockedClass
|
Constructor Summary | |
DemandProxy(Class mockedClass, boolean loose)
|
Method Summary | |
---|---|
def
|
getStatic()
|
def
|
invokeMethod(String methodName, Object args)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
Demand demand
Object expectation
Map instanceMethods
boolean isStatic
Class mockedClass
Constructor Detail |
---|
DemandProxy(Class mockedClass, boolean loose)
Method Detail |
---|
def getStatic()
def invokeMethod(String methodName, Object args)
Groovy Documentation