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. |