Uses of Class
org.apache.cactus.WebResponse

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

Uses of WebResponse in org.apache.cactus
 

Methods in org.apache.cactus with parameters of type WebResponse
 java.lang.String TestAbstractTestCase.endEndMethodBadReturnType(WebResponse theResponse)
          Test that when an end method for a given test does not have the correct return type (i.e. void), a AssertionFailedError exception is returned.
 void TestAbstractTestCase.endEndMethodBadParamNumber(WebResponse theResponse, java.lang.String theDummy)
          Test that when an end method for a given test has the wrong number of parameters, a AssertionFailedError exception is returned.
 void TestAbstractTestCase.endEndMethodOK1(WebResponse theResponse)
          Test that the end method is called correctly when it's signature contains a org.apache.cactus.WebResponse parameter.
 



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