What tools work well for testing controller classes that rely on HttpServletRequest objects? In fact, if someone could post a JUnit test for a controller that a) sets up the spring context correctly outside of the web framework, and b) tests methods that make use of an HttpServletRequest object I would really appreciate it. Thanks in advance!
Brian


Reply With Quote