All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.umlg.sqlg.AnyTest Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package org.umlg.sqlg;

import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.umlg.sqlg.test.topology.TestTopologyUpgrade;

/**
 * Date: 2014/07/16
 * Time: 12:10 PM
 */
@RunWith(Suite.class)
@Suite.SuiteClasses({
        TestTopologyUpgrade.class
})
public class AnyTest {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy