Package performanceTests.openGraph

Examples of performanceTests.openGraph.TestSuite1


public class PTSuite {
  public static Test suite() {
    TestSuite suite = new TestSuite("Performance tracking suites");
    //$JUnit-BEGIN$
    // open graph tests
    suite.addTest(new TestSuite1("openGraph_pcg_attr1_graphml"));
    suite.addTest(new TestSuite1("openGraph_big_gml"));
    // creating of modules tests
    suite.addTest(new CreatingModule("creatingAllModules"));
    suite.addTest(new CreatingModule("creatingSimpleTabCloser"));
    suite.addTest(new CreatingModule("creatingLookAndFeelChanger"));
    suite.addTest(new CreatingModule("creatingGraphSettings"));
View Full Code Here

TOP

Related Classes of performanceTests.openGraph.TestSuite1

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.