blob: 1d2d4203bbd20ae868457d851c67fb4b30fc33ff [file] [log] [blame]
/*
* Created on Mar 31, 2005
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package org.eclipse.wst.common.frameworks.artifactedit.tests;
import junit.framework.Test;
import junit.framework.TestSuite;
public class ArtifactEditAPITests extends TestSuite {
public static Test suite() {
return new ArtifactEditAPITests();
}
public ArtifactEditAPITests() {
super();
//addTest(new SimpleTestSuite(ArtifactEditTest.class));
}
}