コード例 #1
0
 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)
コード例 #3
0
 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)