Hi Just one question - When I tried what you did I always had the problem with testng/guice when I ran a single test from my IDE. I had to specify a vm parameterin advance to register some kind of factory. How did you solve this problem? (setting the IXXX class that actually instantiates and executes the test).
Running a suite always worked fine, but running a single test never did :-( lg, Georg On 24 Sep., 04:38, 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 -~----------~----~----~----~------~----~------~--~---
