Re: EasyMock async methods?

2010-02-03 Thread Trung
Hi Dalla, SyncProxy is a pure Java (no JSNI) RPC client-side library, which allow to access/invoke GWT remote services from Java client. You can use SyncProxy to test Async methods. See http://www.gdevelop.com/w/blog/2010/01/10/testing-gwt-rpc-services/ for source-code download. Hope this help,

EasyMock async methods?

2010-02-03 Thread Dalla
Hi all I´m currently testing EasyMock for my GWT non widget unit tests. Was wondering if there are any good approaches to testing async methods? Found http://googletesting.blogspot.com/2009/08/tott-testing-gwt-without-gwttest.html, but that´s about 6 months old. Is this still the best way to go?