Exemplo 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()
Exemplo 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()
Exemplo n.º 3
0
 def doCase(self, combination):
     number = self.tr(self.td("#%s" % (self.caseNumber, ), None), None)
     self.caseNumber += 1
     number.leaf().addToTag(" colspan=2")
     self.row.last().more = number
     AllFiles.doRowFiles(self, number, combination)
Exemplo n.º 4
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
Exemplo n.º 5
0
 def __init__(self):
     AllFiles.__init__(self)
     self.caseNumber = 1
     self.lists = []
     self.row = None
Exemplo n.º 6
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.generatePairs()
Exemplo n.º 7
0
 def doCase(self, combination):
     number = self.tr(self.td("#%s" % (self.caseNumber,), None), None)
     self.caseNumber += 1
     number.leaf().addToTag(" colspan=2")
     self.row.last().more = number
     AllFiles.doRowFiles(self, number, combination)
Exemplo n.º 8
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
Exemplo n.º 9
0
 def __init__(self):
     AllFiles.__init__(self)
     self.caseNumber = 1
     self.lists = []
     self.row = None
Exemplo n.º 10
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.generatePairs()