示例#1
0
 def doTable(self, table):
     __pychecker__ = 'no-local'
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
     for aCase in self.caseList:
         self.generate()
示例#2
0
 def doTable(self, table):
     __pychecker__ = 'no-local'
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
     for aCase in self.caseList:
         self.generate()
示例#3
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
示例#4
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.generatePairs()
示例#5
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
示例#6
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.generatePairs()