Hello, I would like to unit test my application plugging a mock remote service implementation. As far as I know in version 1.5 that is being used, hosted mode uses <servlet path="/myService" class="test.myServiceImpl" /> line in module.gwt.xml file to refer to the right servlet.
Who knows if if there is a programmable way so that in a junit set-up method one could specify that another (mock) service should be used, without having to replace the appropriate line in xml? 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=en -~----------~----~----~----~------~----~------~--~---
