Method Summary |
|
public void | begin(WebRequest theRequest) Verify that it is possible to modify the WebRequest in
the common begin() method. |
public void | beginGlobalBeginEnd(WebRequest theRequest) Verify that it is possible to modify the WebRequest in
the common begin()() method. |
public void | end(WebResponse theResponse) Verify that it is possible to read the connection object once in
endXXX() and then again in end() . |
public void | endGlobalBeginEnd(WebResponse theResponse) Verify that it is possible to read the connection object once in
endXXX() and then again in end() . |
protected void | runTest() Verifies that end() has been called correctly. |
public void | testGlobalBeginEnd() Verify that it is possible to modify the WebRequest in
the common begin()() method. |