Ejemplo n.º 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()
Ejemplo n.º 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()
Ejemplo n.º 3
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
Ejemplo n.º 4
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.generatePairs()
Ejemplo n.º 5
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
Ejemplo n.º 6
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.generatePairs()