Nice! I particularly like the TestNG support. There are two similar projects that I know of, both for JUnit:
- AtUnit (mine): http://code.google.com/p/atunit/ - guiceberry (from Google): http://code.google.com/p/guiceberry/ On Tue, Sep 23, 2008 at 10:38 PM, Mathieu <[EMAIL PROTECTED]> wrote: > > Hi, > > I've made a little library to facilitate Guice integration in unit > tests. I don't know if some already exist... I wanted to hide all the > module and injector creation process and have my tests injected, just > by defining @GuiceTest, and optional @ModuleProvider annotations on > class and some methods. > > The little library is here, still in snapshot: > > http://code.google.com/p/guice-contrib/ > > Fell free to add ideas, and even why not integrate these little unit > test features in Guice ;) > > Mathieu. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
