예제 #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 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)
예제 #4
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
예제 #5
0
 def __init__(self):
     AllFiles.__init__(self)
     self.caseNumber = 1
     self.lists = []
     self.row = None
예제 #6
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.generatePairs()
예제 #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)
예제 #8
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
예제 #9
0
 def __init__(self):
     AllFiles.__init__(self)
     self.caseNumber = 1
     self.lists = []
     self.row = None
예제 #10
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.generatePairs()