Package cn.baiweigang.qtaf.dispatch.testcase

Examples of cn.baiweigang.qtaf.dispatch.testcase.CreateXmlFile


   * 构造函数
   */
  public   IftDataFileCase() {
    super();
    createJavaFile = new CreateJavaFile();
    createXmlFile = new CreateXmlFile();
    setIftTaskName("未命名测试任务");
    excelReportName="未命名接口测试";
  }
View Full Code Here

TOP

Related Classes of cn.baiweigang.qtaf.dispatch.testcase.CreateXmlFile

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.