Package ch.ethz.inf.util.junit

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


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

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


    }   
   */
  //=====================================================

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

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

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

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

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

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

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

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

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

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

   */   
  //=====================================================
  //=====================================================   

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

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

  public static Test suite() {
    return new PerformanceTestSuite(ProceedMeasurements1_micro_1_LongD.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.