|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
WebImplicitObjects | Interface for implicit objects that exist
for all web requests (HttpServletRequest ,
HttpServletResponse and ServletContext ). |
Class Summary | |
---|---|
AbstractWebImplicitObjects | Holder class that contains the instances of the implicit objects that exist for all web requests. |
AbstractWebTestCaller | Responsible for instanciating the TestCase class on the server
side, set up the implicit objects and call the test method. |
AbstractWebTestController | Controller that extracts the requested service from the HTTP request and executes the request. |
FilterImplicitObjects | Holder class that contains the instances of the implicit objects that will
be accessible in the test classes (ie subclasses of
FilterTestCase ). |
FilterTestCaller | Responsible for instanciating the TestCase class on the server
side, set up the implicit objects and call the test method. |
FilterTestController | Filter Controller that extracts the requested service from the
HTTP request and executes the request by calling a
FilterTestCaller . |
JspImplicitObjects | Holder class that contains the instances of the implicit objects that will
be accessible in the test classes (ie 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 . |
ServerTestCaseCaller | Provide the ability to execute Cactus test case classes on the server side. |
ServletImplicitObjects | Holder class that contains the instances of the implicit objects that will
be accessible in the test classes (ie 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 . |
ServletUtil | All prupose utility methods for manipulating the Servlet API. |
Contains the classes implementing the server side of Cactus.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |