예제 #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()