If you override JUnitShell.Strategy, you should consider this email.
JUnitShell.Strategy, which determines how GWT modules are compiled for test cases, is currently an interface. We would like to change it to be a class so we can add methods without breaking code. This is a relatively obscure class, so it should have, limited effect. See the Benchmark class for an example of its use. What prompted this change is a patch that pmuetschard created which allows users to annotate individual test methods with @WithModuleParameters, controlling the deferred bindings for that specific test. The patch adds a method to the existing JUnitShell.Strategy interface. http://gwt-code-reviews.appspot.com/71801/show Thanks, John LaBanca [email protected] --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
