*
* @param theResponse the response from the server side.
*/
public void testSampleServletResponse() throws Exception {
SampleServlet servlet = new SampleServlet();
servlet.doGet(request, response);
}
/**
* Verify that we can assert the servlet output stream.
*