Hi, I'm using GWT 2.4 and writing some integration test cases using GwtTestCase. How can I run some initialization code on the server side before the test cases kick off? I tried defining a servlet in my module's .gwt.xml file and writing some code in the init method, but it seems that alone is not enough (the init method is never getting called).
Thanks for additional tips, - Dave -- 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.
