/** */ package com.thalesgroup.openflexo.emf.model.city2.tests; import junit.framework.Test; import junit.framework.TestSuite; import junit.textui.TestRunner; /** * <!-- begin-user-doc --> A test suite for the '<em><b>city2</b></em>' package. <!-- end-user-doc --> * * @generated */ public class City2Tests extends TestSuite { /** * <!-- begin-user-doc --> <!-- end-user-doc --> * * @generated */ public static void main(String[] args) { TestRunner.run(suite()); } /** * <!-- begin-user-doc --> <!-- end-user-doc --> * * @generated */ public static Test suite() { TestSuite suite = new City2Tests("city2 Tests"); return suite; } /** * <!-- begin-user-doc --> <!-- end-user-doc --> * * @generated */ public City2Tests(String name) { super(name); } } // City2Tests