Class Summary |
AbstractHttpServletRequestWrapper |
Abstract wrapper around HttpServletRequest . |
AbstractPageContextWrapper |
Abstract wrapper around PageContext . |
AbstractServletContextWrapper |
Abstract wrapper around ServletContext . |
AbstractTestCaller |
Responsible for instanciating the TestCase class on the server
side, set up the implicit objects and call the test method. |
AbstractTestController |
Controller that extracts the requested service from the HTTP request and
executes the request by calling a WebTestCaller . |
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. |
JspTestController |
JSP Controller that extracts the requested service from the
HTTP request and executes the request by calling a
JspTestCaller . |
JspTestRedirector |
Extension of the jspRedirector.jsp JSP Redirector in the java
realmn in order to provide a symmetry with the ServletRedirector
and minimize the amount of java code in jspRedirector.jsp . |
PageContextWrapper |
Wrapper around PageContext so that get methods that would
normally return implicit objects will now return Cactus wrapper of
implicit objects instead. |
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 Servlet 2.2 ServletContext . |
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 |
Responsible for instanciating the TestCase class on the server
side, set up the implicit objects and call the test method. |
ServletTestController |
Servlet Controller that extracts the requested service from the
HTTP request and executes the request by calling a
ServletTestCaller . |
ServletTestRedirector |
Generic Servlet redirector that calls a test method on the server side. |
WebImplicitObjects |
Holder class that contains the instances of the implicit objects that exist
for all web requests. |