Package ch.ethz.inf.util.junit

Examples of ch.ethz.inf.util.junit.PerformanceTestSuite


  /**
   * Test suite.
   * @return test instance
   */
  public static Test suite() {
    return new PerformanceTestSuite(AllLocationsMeasurement.class);
  }
View Full Code Here


  //=====================================================
  //=====================================================   

  public static Test suite() {
    return new PerformanceTestSuite(JoinPointMeasurements1_aj.class);
  }
View Full Code Here

  /**
   * Test suite.
   * @return test instance
   */
  public static Test suite() {
    return new PerformanceTestSuite(JVMAIInfoMeasurement.class);
  }
View Full Code Here

TOP

Related Classes of ch.ethz.inf.util.junit.PerformanceTestSuite

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.