Package j2eeunit

Base package for the J2EEUnit project.

See:
          Description

Class Summary
JspTestCase Test classes that need access to valid JSP implicit objects (such as the page context, the output jsp writer, the HTTP request, ...) must subclass this class.
ServiceDefinition Constants that define HTTP parameters required for defining a service that is performed by the ServletTestRedirector servlet.
ServiceEnumeration List of valid services that the ServletTestRedirector can perform.
ServletTestCase Test classes that need access to valid Servlet implicit objects (such as the the HTTP request, the HTTP response, the servlet config, ...) must subclass this class.
ServletTestRequest Contains all HTTP request data for a test case.
ServletTestResult Represent the result of the execution of the Test class by the server redirector.If any exception was raised during the test, it is saved by this class.
ServletURL Simulate an HTTP URL by breaking it into its different parts :
URL = "http://" + serverName (including port) + requestURI ?
TestAll Run all the unit tests of J2EEUnit that do not need a servlet environment to run.
 

Package j2eeunit Description

Base package for the J2EEUnit project. All the framework classes are located under subpackages of this package.



Copyright © 2000-2001 Vincent Massol.