blob: 3b6ee50af96c1b39ad7fe5c34e642da4989aba08 [file] [log] [blame]
/*
* Created on Feb 18, 2005
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package org.eclipse.jst.j2ee.tests.modulecore;
import junit.framework.Test;
import junit.framework.TestSuite;
/**
* 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("ModuleCore Tests");
addTest(ModuleStructuralModelTest.suite());
}
}