Saturday, August 27, 2011

Re: How to do JUnit testing for a composite widget created using UIBinder?

You could learn some principles form:

To easily test view you have to get rid of GWT.create(UiBinder.class) in your view.
 
So testing is getting difficult. There is no controller because I
can't have a self-contained widget with MVP activities and places
inside to be used in another web applications which is designed using
activities and places.

I don't understand. Why Presenter View could not be self-contained?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/BPHi9_SbbQwJ.
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