Method Summary |
|
public void | endTearDown(WebResponse theResponse) Verify that tearDown() has been called and that it created
an HTTP reponse header.
Parameters: theResponse - the HTTP connection that was used to call theserver redirector. |
protected void | setUp() Put a value in the session to verify that this method is called prior
to the test, and that it can access servlet implicit objects. |
protected void | tearDown() Set an HTTP response header to verify that this method is called after
the test, and that it can access servlet implicit objects. |
public void | testSetUp() Verify that setUp() has been called and that it put a
value in the session object. |
public void | testTearDown() Verify that tearDown() has been called and that it created
an HTTP reponse header. |