Sunday, October 31, 2010

Re: JUnit testing GWT

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 <chris.robert.rowland@gmail.com> 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 google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment