Uses of Package
j2eeunit

Packages that use j2eeunit
j2eeunit Base package for the J2EEUnit project.  
j2eeunit.client   
j2eeunit.server   
 

Classes in j2eeunit used by j2eeunit
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.
ServletURL
          Simulate an HTTP URL by breaking it into its different parts :
URL = "http://" + serverName (including port) + requestURI ?
 

Classes in j2eeunit used by j2eeunit.client
ServletTestRequest
          Contains all HTTP request data for a test case.
 

Classes in j2eeunit used by j2eeunit.server
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.
ServletURL
          Simulate an HTTP URL by breaking it into its different parts :
URL = "http://" + serverName (including port) + requestURI ?
 



Copyright © 2000-2001 Vincent Massol.