Package org.apache.cactus.client

Examples of org.apache.cactus.client.ServletHttpClient


     *            execution. All errors are thrown to the JUnit Test
     *            Runner which will report them
     */
    protected void runTest() throws Throwable
    {
        runGenericTest(new ServletHttpClient());
    }
View Full Code Here


     *            execution. All errors are thrown to the JUnit Test
     *            Runner which will report them
     */
    protected void runTest() throws Throwable
    {
        runGenericTest(new ServletHttpClient());
    }
View Full Code Here

TOP

Related Classes of org.apache.cactus.client.ServletHttpClient

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.