|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebRequest | |
org.apache.cactus | Contains all classes needed for Writing Cactus test classes. |
org.apache.cactus.client |
Uses of WebRequest in org.apache.cactus |
Subclasses of WebRequest in org.apache.cactus | |
class |
ServletTestRequest
Deprecated. As of Cactus 1.2, replaced by WebRequest |
Methods in org.apache.cactus that return WebRequest | |
WebRequest |
WebResponse.getWebRequest()
|
Methods in org.apache.cactus with parameters of type WebRequest | |
java.lang.String |
TestAbstractTestCase.beginBeginMethodBadReturnType(WebRequest theRequest)
Test that when a begin method for a given test does not have the correct return type (i.e. void), a AssertionFailedError exception
is returned.
|
void |
TestAbstractTestCase.beginBeginMethodBadParamNumber(WebRequest theRequest,
java.lang.String theString)
Test that when a begin method for a given test has the wrong number of parameters, a AssertionFailedError exception is returned.
|
void |
TestAbstractTestCase.beginBeginMethodOK2(WebRequest theRequest)
Verify that the begin method with a WebRequest parameter is called correctly. |
void |
ServletURL.saveToRequest(WebRequest theRequest)
Saves the current URL to a WebRequest object. |
Constructors in org.apache.cactus with parameters of type WebRequest | |
WebResponse(WebRequest theRequest,
java.net.HttpURLConnection theConnection)
|
Uses of WebRequest in org.apache.cactus.client |
Methods in org.apache.cactus.client with parameters of type WebRequest | |
static java.lang.String |
HttpClientHelper.getDomain(WebRequest theRequest,
java.net.URLConnection theConnection)
Returns the domain that will be used to send the cookies. |
java.net.HttpURLConnection |
HttpClientHelper.connect(WebRequest theRequest)
Calls the Servlet Redirector. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |