You can still mock out GWT widgets, but you'll need to use the GWTMockUtilities. You can find more info here: http://onthejvm.com/mocking-your-gwt-widgets-without-gwttestcase
-- Arthur Kalmenson On Fri, Oct 29, 2010 at 9:14 AM, chrisr <[email protected]> wrote: > Hi Ignat, thank you for the tip. I do remember reading that there is > a way to write gwt junit tests in a way that were much faster than the > way I'm doing it now. I wonder if this is it. > > Is there some documentation for how to write unit tests of this > variety? I searched but didn't come across anything that looked like > what you suggested. > > -- > 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. > > -- 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.
