Package j2eeunit.server

Class Summary
CallerHelper Helper class to call the setUp() and tearDown() methods of the class to test on the server side.
HttpServletRequestWrapper Encapsulation class for the Servlet 2.3 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 J2EEUnit.
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.
 



Copyright © 2000-2001 Vincent Massol.