Examples of IftDataFileCase


Examples of cn.baiweigang.qtaf.ift.testcase.autocreate.IftDataFileCase

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

Examples of cn.baiweigang.qtaf.ift.testcase.autocreate.IftDataFileCase

    DispatchConf.delTmpPath();
    IftConf.delTmpPath();
    exec = new ExecTask();
    runInfo = new TestRunInfo();
    caseList = new ArrayList<>();//用例列表
    dataCase = new IftDataFileCase();
    dataCase.setIftTaskName("接口测试");   
  }
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.