Method Summary |
|
public void | beginBasicAuthentication(WebRequest theRequest) Verify that we can simulate a HTTP Basic Auth in the HTTP request. |
public void | beginGetMethod(WebRequest theRequest) Verify that we can simulate a GET request to a PO. |
public void | beginPostMethod(WebRequest theRequest) Verify that we can simulate a GET request to a PO. |
public void | beginSendCookie(WebRequest theRequest) Verify that we can simulate a single cookie sent in the HTTP request. |
public void | beginSendHeader(WebRequest theRequest) Verify that we can simulate HTTP headers in the HTTP request. |
public void | beginSendParams(WebRequest theRequest) Verify that we can simulate HTTP parameters in the HTTP request. |
public void | endReadOutputStream(WebResponse theResponse) Verify that we can assert the servlet output stream. |
public static void | main(String[] theArgs) Start the tests.
Parameters: theArgs - the arguments. |
public static Test | suite() |
public void | testBasicAuthentication() Verify that we can simulate a HTTP Basic Auth in the HTTP request. |
public void | testGetMethod() |
public void | testPostMethod() Verify that we can simulate a POST request to a servlet. |
public void | testReadOutputStream() Verify that we can assert the servlet output stream. |
public void | testSendCookie() Verify that we can simulate a single cookie sent in the HTTP request. |
public void | testSendHeader() Verify that we can simulate HTTP headers in the HTTP request. |
public void | testSendParams() Verify that we can send several parameters in the HTTP request. |