}
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;
}