Examples of UtilSuite


Examples of org.fto.jthink.util.UtilSuite

    junit.textui.TestRunner.run(UtilSuite.class);
  }

  public static Test suite(){
    System.out.println("批量测试包[org.fto.jfree.log.*]");
    TestSuite suite = new UtilSuite("Running all tests");
   
    suite.addTestSuite(LogManagerTestCase.class);
   
    return suite;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.