Package org.apache.shale.test.cargo

Examples of org.apache.shale.test.cargo.CargoTestSetup


    }

    // Return the tests included in this test case.
    public static Test suite() {

        return new CargoTestSetup(new TestSuite(ExceptionTestCase.class));

    }
View Full Code Here


    /**
     * <p>Return the set of tests included in this test suite.</p>
     */
    public static Test suite() {

        return new CargoTestSetup(new TestSuite(UseCasesTestCase.class));

    }
View Full Code Here

    /**
     * <p>Return the set of tests included in this test suite.</p>
     */
    public static Test suite() {

        return new CargoTestSetup(new TestSuite(SubviewTestCase.class));

    }
View Full Code Here

    }

    // Return the tests included in this test case.
    public static Test suite() {

        return new CargoTestSetup(new TestSuite(ViewControllerTestCase.class));

    }
View Full Code Here

    }

    // Return the tests included in this test case.
    public static Test suite() {

        return new CargoTestSetup(new TestSuite(TokenTestCase.class));

    }
View Full Code Here

    /**
     * <p>Return the set of tests included in this test suite.</p>
     */
    public static Test suite() {

        return new CargoTestSetup(new TestSuite(JndiTestCase.class));

    }
View Full Code Here

    /**
     * <p>Return the set of tests included in this test suite.</p>
     */
    public static Test suite() {

        return new CargoTestSetup(new TestSuite(WelcomeTestCase.class));

    }
View Full Code Here

TOP

Related Classes of org.apache.shale.test.cargo.CargoTestSetup

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.