def CreateCaseSummaryInfoReport(self):
     if not os.path.exists(self.caseSummaryInfoReportPath):
             Tool.createFile(self.caseSummaryInfoReportPath)
示例#2
0
 def CreateDetailsInfoReport(self):
     if not os.path.exists(self.DetailsInfoHtml):
         Tool.createFile(self.DetailsInfoHtml)
 def CreateCaseStateInfoReport(self):
     if not os.path.exists(self.CaseStateInfoReport):
             Tool.createFile(self.CaseStateInfoReport)
示例#4
0
 def CreatePlanInfoReport(self):
     if not os.path.exists(self.planInfoHtml):
         Tool.createFile(self.planInfoHtml)