|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JsCalledMethod in biz.xsoftware.mock.client |
---|
Methods in biz.xsoftware.mock.client that return JsCalledMethod | |
---|---|
JsCalledMethod |
JsMockObject.expect(String method)
Waits for one and only one method to be called. |
JsCalledMethod |
JsMockSuperclass.expect(String method)
|
JsCalledMethod[] |
JsMockObject.expect(String[] methods)
Waits for all the methods to be called. |
JsCalledMethod[] |
JsMockSuperclass.expect(String[] methods)
|
JsCalledMethod |
JsExpectFailedException.retrieveCalledMethod(int index)
Gives you back the CalledMethods giving you access to the parameters that were passed in and the stack traces of how they were called. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |