HI Antoine Thanks for making the code public. You may also want to look at Mycila, which we have been using for a little while and found to be a good Junit / Guice solution.
http://code.google.com/p/mycila/#Mycila_Guice On Nov 4, 9:12 pm, andineck <[email protected]> wrote: > Hi Antoine > > Thank you very much for your code. I am using it in my integration tests. I > ran into the problem, that It did only work with the test class annotated > with @WithModules. > Because I wanted to be able to place it also in the subclasses or > interfaces of the test class, I modified your code to allow that. Although > I am not sure wether it makes sense in the interface... > > Here is the modified code.... > > GuiceTestRunner.java > 3KViewDownload > > WithModules.java > < 1KViewDownload -- 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.
