Comprehensive Pros/Cons of Mocking Frameworks for GWT
问题 I'm interested in using the right mocking framework for my GWT app. It's my understanding that Mockito, EasyMock, and jMock are some of the most popular for Java. Could someone list pros/cons for the mocking framework that they are most familiar with as it relates to GWT to help fellow GWT testing noobs like myself? Thanks in advance. 回答1: For the server side testing (RPC services) you can use any mocking framework you wish. spring-test library might be useful for mocking HttpRequest,