|
|||||||||
| Home >> All >> com >> meterware >> [ httpunit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.meterware.httpunit
Class RequestContext

java.lang.Objectcom.meterware.httpunit.RequestContext
- class RequestContext
- extends java.lang.Object
The context for a request which could have subrequests.
| Field Summary | |
private java.util.ArrayList |
_newResponses
|
| Constructor Summary | |
(package private) |
RequestContext()
|
| Method Summary | |
(package private) void |
addNewResponse(WebResponse response)
|
(package private) void |
runScripts()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_newResponses
private java.util.ArrayList _newResponses
| Constructor Detail |
RequestContext
RequestContext()
| Method Detail |
addNewResponse
void addNewResponse(WebResponse response)
runScripts
void runScripts()
throws org.xml.sax.SAXException
|
|||||||||
| Home >> All >> com >> meterware >> [ httpunit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.meterware.httpunit.RequestContext