blob: b7fd21d649c45137ae9721e96bc794e34f901df8 [file] [log] [blame]
/*
* Created on Apr 1, 2003
*
* To change this generated comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package org.eclipse.jst.j2ee.archive.emftests;
import junit.framework.Test;
import junit.framework.TestSuite;
/**
* @author jsholl
*
* To change this generated comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
public class AllTests {
public static Test suite() {
TestSuite suite = new TestSuite("Test for com.ibm.etools.archive.emftest");
//$JUnit-BEGIN$
suite.addTest(AllDOMTests.suite());
suite.addTest(AllSAXTests.suite());
//$JUnit-END$
return suite;
}
public static void main(java.lang.String[] args) {
junit.textui.TestRunner.main(new String[] { AllTests.class.getName() });
}
}