Package cn.baiweigang.qtaf.dispatch

Examples of cn.baiweigang.qtaf.dispatch.ExecTask


  private List<ICase> caseList;
  private IftDataFileCase dataCase;
  public IftExec(){
    //检查相关配置,不存在则创建
    IftConf.checkConf();
     exec = new ExecTask();
     runInfo = new TestRunInfo();
     caseList = new ArrayList<>();//用例列表
     dataCase = new IftDataFileCase();
     dataCase.setIftTaskName("接口测试");   
  }
View Full Code Here


  public IftExec(){
   
    //清空临时目录
    DispatchConf.delTmpPath();
    IftConf.delTmpPath();
    exec = new ExecTask();
    runInfo = new TestRunInfo();
    caseList = new ArrayList<>();//用例列表
    dataCase = new IftDataFileCase();
    dataCase.setIftTaskName("接口测试");   
  }
View Full Code Here

TOP

Related Classes of cn.baiweigang.qtaf.dispatch.ExecTask

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.