I don't like MVP pattern in GWT, because it envolves useless boilerplate code just to be able to run "plain JUnit" test, without the slow GWTTestCase.
The gwt-test-utils project (http://code.google.com/p/gwt-test-utils/) is a good alternative since it also to run GWT client code in JUnit tests without GWTTestCase. And it's way more faster (it was designed to make GWT compliant with TDD. It also is more complete that "just" testing your presenter : it enables you to test your bindings and can even simulate any web browser event (click, blur, change...) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/3HjVOuTB2ngJ. 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.
