We are using integration tests to test data access layer and we decided that it's best to use Guice in this tests. Is it ok to have one Injector shared within test class (initialized in setUp() method) and to operate directly on this Injector in test methods for test needs only?
It seems to be the best solution, because we need different object graph in every test method. Are we right? -- 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.
