My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

GuiceBerry brings the joys of dependency injection to your test cases and test infrastructure. It leverages Guice to accomplish this. It allows you to use a composition model for the services your test needs, rather than the traditional extends MyTestCase approach.

GuiceBerry does not supplant your JUnit testing framework -- it builds on top of it (and works around it, when necessary), so you can run your tests normally, from your favorite command line or IDE environment.

News: GuiceBerry 3.0 is released! See release notes at:

http://docs.google.com/Doc?id=dddf9mmq_28gxr6hrfs

The tutorial for GuiceBerry 3.0 can be found at:

http://docs.google.com/View?id=dddf9mmq_29s3s79fcv

A walk-through video of this tutorial by Zorzella:

http://www.youtube.com/watch?v=yqre07YfPXQ

The slides for this are at:

https://docs.google.com/present/view?id=dddf9mmq_30fgnf9jc2

A document on how to upgrade from 2.0 to 3.0 can be found at:

http://docs.google.com/document/pub?id=1IanQDC2-IEVtSViVirniEpdhTGZ8V6bTeo0DiBxjQts

There's an pre-3.0 GuiceBerry presentation given by Zorzella available at http://www.youtube.com/watch?v=4E4672CS58Q. The slides for this can be found at http://docs.google.com/Presentation?id=dddf9mmq_4c6vw4pf2

Powered by Google Project Hosting