Package org.apache.cactus.sample.servlet

Examples of org.apache.cactus.sample.servlet.SampleServlet


     * assert it in endXXX().
     *
     * @param theResponse the response from the server side.
     */
    public void testSampleServletResponse() throws Exception {
        SampleServlet servlet = new SampleServlet();
        servlet.doGet(request, response);
    }
View Full Code Here

TOP

Related Classes of org.apache.cactus.sample.servlet.SampleServlet

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.