Uses of Class
org.apache.cactus.ServletTestRequest

Packages that use ServletTestRequest
org.apache.cactus Contains all classes needed for Writing Cactus test classes.  
org.apache.cactus.client   
 

Uses of ServletTestRequest in org.apache.cactus
 

Methods in org.apache.cactus with parameters of type ServletTestRequest
 void TestAbstractTestCase.beginBeginMethodOK1(ServletTestRequest theRequest)
          Verify that the deprecated begin method with a ServletTestRequest parameter is still supported.
 

Uses of ServletTestRequest in org.apache.cactus.client
 

Methods in org.apache.cactus.client with parameters of type ServletTestRequest
 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.
 



Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.