All Classes and Interfaces

Class
Description
Trivial empty module with no config.
Some utility methods for making fake data
HttpServletRequest which implements only the attribute-related methods (and not even all of those).
HttpServletResponse which does nothing.
Mock ServletContext useful for guice injection in test cases where there is no container.
Extension which creates a guice injector and puts it in the Store.
Separate out the actual injection of things from the guice setup so that other extensions do setup that might affect what gets injected.
Optional; if using guice-persist, this runs the PersistFilter around every req() call.
Test classes which use the GuiceExtension must implement this interface to provide a relevant guice configuration for the test.
A more abstract concept than a servlet filter; in fact, it can wrap an actual servlet filter and execute it as part of a simulated request.
In tests we often need to model the idea of a "request".
Allows a servlet Filter to be used as a RequestFilter