Examples of PerfTestSuiteParams


Examples of com.skaringa.perftest.config.PerfTestSuiteParams

  /**
   * Write an example configuration file.
   */
  private void writeExampleConfigFile() {

    PerfTestSuiteParams suite = new PerfTestSuiteParams();
    suite.name = "SamplePerfTestSuite";
    suite.testclass = "full.name.of.testclass";
    suite.parallel = false;
    suite.hardware = "Z80, 4 Mhz, 64 KByte Memory";
    suite.comment =
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.