示例#1
0
 public void SetUp()
 {
     uploadTestMaterialLib = new CM_UploadTestMaterialLib();
     commFunc  = new CommonFunctions();
     excelUtil = ExcelUtil.GetExcelUtilInstance(CommonConstants.TEST_DATA_EXL, "CM_UploadTestMaterial");
     uploadTestMaterialLib.SetUpPreCondition();
 }
示例#2
0
 public void SetUp()
 {
     viewKS1KS2TestMaterialLib = new ViewKS1KS2TestMaterialLib();
     commFunc               = new CommonFunctions();
     excelUtil              = ExcelUtil.GetExcelUtilInstance(CommonConstants.TEST_DATA_EXL, "ViewKS1KS2TestMaterial");
     uploadTestMaterialLib  = new CM_UploadTestMaterialLib();
     eventLogsOfDownloadLib = new EventLogsOfDownloadLib();
 }