Perfect. Nice and concise. Thanks

On Apr 7, 11:32 am, Thomas Broyer <t.bro...@gmail.com> wrote:
> The workflow is:
>
>    1. delay the "test finish" (delayTestFinish with some timeout)
>    2. when your async is done, "finish" the test (finishTest() or fail())
>
> So, replace the timer by your AsyncCallback (probably calling finishTest()
> from onSuccess, after some assertXxx calls, and fail() from onFailure) and
> the schedule() by your service method call.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to