http://gwt-code-reviews.appspot.com/1399803/diff/1/user/super/com/google/gwt/junit/translatable/junit/framework/TestSuite.java File user/super/com/google/gwt/junit/translatable/junit/framework/TestSuite.java (right):
http://gwt-code-reviews.appspot.com/1399803/diff/1/user/super/com/google/gwt/junit/translatable/junit/framework/TestSuite.java#newcode22 user/super/com/google/gwt/junit/translatable/junit/framework/TestSuite.java:22: * messages this emulation is meant to avoid. On 2011/04/01 19:02:04, fabbott wrote:
I'd probably lose the comments as noise.
Done. http://gwt-code-reviews.appspot.com/1399803/diff/1/user/super/com/google/gwt/junit/translatable/junit/framework/TestSuite.java#newcode34 user/super/com/google/gwt/junit/translatable/junit/framework/TestSuite.java:34: * error messages, or out right compile failures in -strict mode. Done, plus listed the missing method signatures. On 2011/04/01 19:02:04, fabbott wrote:
Probably add a blurb here about the missing methods:
... There are a few methods useful to TestRunners which we can't emulate for GWT; fortunately, we don't have to. But we do want to include methods that a TestSuite might sensibly call on itself. They don't have to do more than compile, though.
http://gwt-code-reviews.appspot.com/1399803/diff/1/user/super/com/google/gwt/junit/translatable/junit/framework/TestSuite.java#newcode42 user/super/com/google/gwt/junit/translatable/junit/framework/TestSuite.java:42: // public static Constructor<?> getTestConstructor(Class<?> theClass) throws NoSuchMethodException { Just dropped them, detail is in the javadoc. http://gwt-code-reviews.appspot.com/1399803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
