Method Summary |
|
public void | beginGetPathTranslated(WebRequest theRequest) Verify that HttpServletRequestWrapper.getPathTranslated()
takes into account the simulated URL (if any). |
public void | beginSendUserDataAndReadWithObjectInputStream(WebRequest theRequest) Verify that we can send arbitrary data in the request body and read the
data back on the server side using an ObjectInputStream. |
public void | beginSendUserDataAndReadWithReader(WebRequest theRequest) Verify that we can send arbitrary data in the request body and read the
data back on the server side using a Reader. |
public void | testGetPathTranslated() Verify that HttpServletRequestWrapper.getPathTranslated()
takes into account the simulated URL (if any) or null in situations
where the servlet container cannot determine a valid file path for
these methods, such as when the web application is executed from an
archive, on a remote file system not accessible locally, or in a
database (see section SRV.4.5 of the Servlet 2.3 spec). |
public void | testRemoteClientCheck() Verify that we can simulate the client remote IP address and the client
remote host name. |
public void | testSendUserDataAndReadWithObjectInputStream() Verify that we can send arbitrary data in the request body and read the
data back on the server side using an ObjectInputStream. |
public void | testSendUserDataAndReadWithReader() Verify that we can send arbitrary data in the request body and read the
data back on the server side using a Reader. |