blob: d78f0bffb71e7bd60f61bd8376e387a9dfc5aa4c [file] [log] [blame]
/*
* Created on Feb 2, 2004
*
* To change the template for this generated file go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
package org.eclipse.wtp.j2ee.headless.tests.ejb.operations;
import junit.framework.Test;
import junit.framework.TestSuite;
/**
* @author jsholl
*
* To change the template for this generated type comment go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
public class AllTests extends TestSuite {
public static Test suite(){
return new AllTests();
}
public AllTests(){
super("EJB Tests");
// addTest(EJBExportOperationTest.suite());
// addTest(EJBImportOperationTest.suite());
//addTest(EJBProjectCreationOperationTest.suite());
//addTest(EJBComponentCreationTest.suite());
}
}