org.umlg.blueprints.junit.UmlgAnyTestSuite Maven / Gradle / Ivy
The newest version!
package org.umlg.blueprints.junit;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.umlg.tests.datatype.DataTypeTest;
/**
* Date: 2013/10/19
* Time: 10:06 AM
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({
DataTypeTest.class
})
public class UmlgAnyTestSuite {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy