Uses of Class
biz.xsoftware.mock.client.JsCalledMethod

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.
 



Copyright © 2000 Dean Hiller All Rights Reserved.
If you would like a shared copyright, contact me at deanhiller@users.sourceforge.net
SourceForge