I'm trying to work out the consensus as to the best way of structuring a project for testing.
For client side code, you have two kinds of tests: * pure unit tests, based on JUnit (and, thanks to MVP, applying to most of your code) * integration tests, based on GWTTestCase What's the optimum project structure? Would you need new gwt.xml files? How would you configure it? -- 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.
