Hi,
I have a server that exposes some services using GWT RPC.
Has anyone tried to write an integration test for his RPC services
Something like:

Public void testServiceX(){
ServiceXAsynch serviceX = GWT.create(ServiceXAsync.class);
servicex.doSomething(new AsyncCallback<Integer>(){
                public void onFailure(){
                                fail();
}

Public void onSuccess(Ineteger result){
                assertEquals(2,result);
}
}
}

In case someone did it, It will be great if you can share how to do it 
(probably using GWTTestcase).

[cid:[email protected]]

Nir Feldman
48Upper R&D Team
Hewlett-Packard Company

+972-3-5399896   Phone
+972-54-7213833 Cell
+972-3-5331617 Fax
[email protected]<mailto:[email protected]>



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

<<inline: image001.gif>>

Reply via email to