Re: AtUnit: Easy Java unit tests with mocks (JMock or EasyMock) and dependency injection (Spring or Guice)

2011-10-20 Thread David
I'm using Mockito for mocks ,  Jukito for gwt  gin DI, and gwt-
uibinder-mock to disarm my uibinder files.  I do most of my gwt dev in
junit (without starting a web server or running in hosted mode for
that matter).   I found that I am much more productive working solely
in junit, my code is much more consistent across use cases ,  and more
often than not, things just work when I eventually run the web
server.   So far I've been achieve 80 - 90% test coverage for both
presenters and views.   The process works for feature enhancements in
addition to new development.

-David



On Oct 20, 1:57 am, Gal Dolber gal.dol...@gmail.com wrote:
 Hi all,

 This is just a little post to share this awesome 
 projecthttp://code.google.com/p/atunit/(from logan.johnson) I found a few 
 months
 ago.

 Anyone using guice/gin should try it!

 Regards

 --
 Guit: Elegant, beautiful, modular and *production ready* gwt applications.

 http://code.google.com/p/guit/

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



AtUnit: Easy Java unit tests with mocks (JMock or EasyMock) and dependency injection (Spring or Guice)

2011-10-19 Thread Gal Dolber
Hi all,

This is just a little post to share this awesome project
http://code.google.com/p/atunit/ (from logan.johnson) I found a few months
ago.

Anyone using guice/gin should try it!

Regards

-- 
Guit: Elegant, beautiful, modular and *production ready* gwt applications.

http://code.google.com/p/guit/

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.