I'm working on a GWT (1.7) application that uses Spring and Hibernate
on the server side that is secured with SpringSecurity and CAS.
I want to create some client side tests using GWTTestCase to test the
UI and Asynch behavior of the application.

I have two problems/questions regarding GWTTestCase:
1) is it possible to customize the web.xml used by the GWT shell
started by GWTTestCase? If yes, how? I need to customize the web.xml
used by GWTTestCase to disable the application security mechanism in
my tests, otherwise I cannot call the remote services which are
secured.
2) it's my understanding that the code I write for a GWTTestCase is
like GWT client code, ie. I cannot use non-serializable classes: am I
correct? If I'm wrong, is there a way to get to the Spring context in
a GWTTestCase?

Thanks

--

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=.


Reply via email to