Package org.apache.jetspeed.test

Examples of org.apache.jetspeed.test.JetspeedTestSuite


    /**
     * Return the Test
     */
    public static Test suite()
    {
        return new JetspeedTestSuite(TestWebXML.class);
    }
View Full Code Here


     *         starting with "test"
     */
    public static Test suite()
    {
        // All methods starting with "test" will be executed in the test suite.
        return new JetspeedTestSuite(TestPipeline.class);
    }
View Full Code Here

     *         starting with "test"
     */
    public static Test suite()
    {
        // All methods starting with "test" will be executed in the test suite.
        return new JetspeedTestSuite(TestPipeline.class);
    }
View Full Code Here

TOP

Related Classes of org.apache.jetspeed.test.JetspeedTestSuite

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.