Hi, I have a working project with Wicket and Guice. I want to run unit tests against code that uses SessionScoped injects using WicketTester. It does not use web.xml however, so I need a way to initialize guice filters and modules without using web.xml for purpose of running my tests. How should I approach it?
-- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. For more options, visit https://groups.google.com/groups/opt_out.
