--
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/-/3_fACom4yUEJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
thx i already use gin. but how to get a testable PlaceController - Placecontroller is a class not an interface? my only idea is to give null?
--
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/-/2rENUIKK3DwJ.
@Provides
@Singleton
PlaceController createPlaceController(EventBus eventBus, PlaceController.Delegate delegate) {
return new PlaceController(eventBus, delegate);
}
placeController.goTo(new MyPlace());