Package xdoclet.retest.test

Examples of xdoclet.retest.test.StatelessSessionBeanRegressionTestCase


    }

    public static Test suite()
    {
        TestSuite suite = new TestSuite();
        StatelessSessionBeanRegressionTestCase slt = new StatelessSessionBeanRegressionTestCase("Stateless Session Bean","SimpleSL");
        suite.addTest(slt.getSuite());
        DeploymentDescriptorsRegressionTestCase jbtc = new DeploymentDescriptorsRegressionTestCase("Stateless Session Bean","SimpleSL");
        suite.addTest(jbtc.getSuite());
        return suite;
    }
View Full Code Here


    }

    public static Test suite()
    {
        TestSuite suite = new TestSuite();
        StatelessSessionBeanRegressionTestCase slt = new StatelessSessionBeanRegressionTestCase("Stateless Session Bean","IFTagSL");
        suite.addTest(slt.getSuite());
        return suite;
    }
View Full Code Here

    }

    public static Test suite()
    {
        TestSuite suite = new TestSuite();
        StatelessSessionBeanRegressionTestCase slt = new StatelessSessionBeanRegressionTestCase("Stateless Session Bean","CreateMethodSL");
        suite.addTest(slt.getSuite());
        return suite;
    }
View Full Code Here

TOP

Related Classes of xdoclet.retest.test.StatelessSessionBeanRegressionTestCase

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.