blob: 1dd2836426278e745d77639fdb0b22623e78a4f1 [file] [log] [blame]
package org.eclipse.wst.jsdt.web.core.tests.translation;
import junit.framework.Test;
import junit.framework.TestSuite;
public class AllWebCoreTests {
public static Test suite() {
TestSuite suite = new TestSuite("JSDT Web Core Tests");
//$JUnit-BEGIN$
//$JUnit-END$
suite.addTest(new TestSuite(TestHtmlTranslation.class, "TestHtmlTranslation"));
return suite;
}
}