[google-web-toolkit] [EMAIL PROTECTED] commented on revision r4249. Details are at http://code.google.com/p/google-web-toolkit/source/detail?r=4249
General Comment: (Oops, back to my Google self.) Imagine you have a controller that owns a few HasValue<String> instances. It should be possible to write a JUnit test that hands that controller a MockHasValue<String> implements HasValue<String>, e.g. to confirm that setValue() is called with an expected value at an expected time. I can't really imagine any problems here unless some kind of GWT.create() carelessness leaks into a static initializer in HandlerManager. We should have a test in place to prevent that. Respond to these comments at http://code.google.com/p/google-web-toolkit/source/detail?r=4249 -- You received this message because you starred this review, or because your project has directed all notifications to a mailing list that you subscribe to. You may adjust your review notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
