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