コード例 #1
0
 public void WhenIGiveFilePathToSave(String filePath)
 {
     if (!BP_ArchiveExportUtilities.SetDownloadFilePath(filePath))
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
コード例 #2
0
 public void WhenIDownloadTheFileInTheExecutionFolderWithName_(string FileName)
 {
     if (!BP_ArchiveExportUtilities.SetDownloadFilePath(FeatureContext.Current["ReportsFolderPath"].ToString() + FileName))
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }