blob: 855ca3f018f7820652efed6881bdbbf90963209d [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();
//$JUnit-BEGIN$
//$JUnit-END$
suite.addTest(new TestSuite(TestHtmlTranslation.class, "TestHtmlTranslation"));
return suite;
}
}