Package org.fto.jthink.util

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

Related Classes of org.fto.jthink.util.UtilSuite

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.