Class Summary |
HttpServletRequestWrapper |
Encapsulation class for the Servlet 2.2 API HttpServletRequest .
|
JspImplicitObjects |
Holder class that contains the instances of the implicit objects that will
be accessible in the test classes (i.e. subclasses of
JspTestCase ). |
JspTestCaller |
Call the test method on the server side after assigning the JSP implicit
objects using reflection. |
RequestDispatcherWrapper |
Wrapper around RequestDispatcher which overrides the
forward() and include methods to use the original
HTTP request object instead of the simulated one used by Cactus. |
ServletConfigWrapper |
Wrapper around ServletConfig which overrides the
getServletContext() method to return our own wrapper around
ServletContext . |
ServletContextWrapper |
Wrapper around ServletContext which overrides the
getRequestDispatcher() method to return our own wrapper around
RequestDispatcher . |
ServletImplicitObjects |
Holder class that contains the instances of the implicit objects that will
be accessible in the test classes (i.e. subclasses of
ServletTestCase ). |
ServletTestCaller |
Call the test method on the server side after assigning the servlet implicit
objects using reflection and retri |
ServletTestRedirector |
Generic Servlet redirector that calls a test method on the server side. |