Uses of Class
j2eeunit.ServletTestRequest

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

Uses of ServletTestRequest in j2eeunit
 

Methods in j2eeunit with parameters of type ServletTestRequest
 void ServletURL.saveToRequest(ServletTestRequest theRequest)
          Saves the current URL to a ServletTestRequest object.
 

Uses of ServletTestRequest in j2eeunit.client
 

Methods in j2eeunit.client with parameters of type ServletTestRequest
abstract  java.net.HttpURLConnection AbstractHttpClient.doTest(ServletTestRequest theRequest)
          Calls the test method indirectly by calling the Redirector servlet and then open a second HTTP connection to retrieve the test results.
 java.net.HttpURLConnection JspHttpClient.doTest(ServletTestRequest theRequest)
          Calls the test method indirectly by calling the Redirector JSP and then open a second HTTP connection to the Servlet Redirector to retrieve the test results.
 java.net.HttpURLConnection ServletHttpClient.doTest(ServletTestRequest theRequest)
          Calls the test method indirectly by calling the Redirector servlet and then open a second HTTP connection to retrieve the test results.
 



Copyright © 2000-2001 Vincent Massol.