Examples of FormatCaseFromObj()


Examples of cn.baiweigang.qtaf.ift.testcase.format.FormatCase.FormatCaseFromObj()

        log.info("已读取测试用例,请勿重复读取!!");
        return false;   
      }
      FormatCase formatcase=new FormatCase();
      allcase=new ArrayList<IftTestCase>();
      formatcase.FormatCaseFromObj(getCasedatapath(),getCasedatasheetName());
      //存储用例实体列表信息
      allcase=formatcase.getTestCase()
     
      //获取测试集名称作为输出的测试报告名称
      this.reportexcelname=formatcase.getCasesetName();
View Full Code Here

Examples of cn.baiweigang.qtaf.ift.testcase.format.FormatCase.FormatCaseFromObj()

      return;
    }//任一项空值或长度小于1时,不做处理
    JavaCaseInfo javaCaseInfo = new JavaCaseInfo();
    //读取用例
    FormatCase formatcase=new FormatCase();
    formatcase.FormatCaseFromObj(casePath,sheetName);
    //存储用例实体列表信息
    javaCaseInfo.setAllCase(formatcase.getTestCase());
    //获取测试集名称作为输出的测试报告名称
    this.excelReportName="测试报告_"+formatcase.getCasesetName();
    //存储javaCaseInfo其余信息
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.