I have build a web based application on top of RestyGWT and RESTful service, now I want to write test cases for my application.
I explored and found two testing framework - first is GWTMockito and second one is EasyMockito.
Please advice me which testing framework I should use for writing test cases wr.t. GWT and RESTful services.
I couldn't find any EasyMockito which you are referring to. Also what parts of your application are you planning to test? Both the GUI and backend service?