Tuesday, January 31, 2012

How can I run server initialization code in a GwtTestCase?

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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment