If you're planning on writing GWTTestCases, you can't do it with JUnit 4. You have to extend GWTTestCase, which is based on JUnit 3. However, I only use GWTTestCase for integration tests and TestNG for unit testing by mocking out GWT components.
-- Arthur Kalmenson On Mon, Mar 23, 2009 at 12:21 PM, hugo.a.garcia <[email protected]> wrote: > > Hi > > I didn't see any jUnit 4 support in GWT 1.6. Is this true? > > Is anyone currently using jUnit 4 with GWT and if so can you post how > to do it? > > -H > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
