Example #1
0
 def doTable(self, table):
     try:
         self.setUp()
         CalculateFixture.doTable(self, table)
         self.tearDown()
     except Exception, e:
         self.exception(table.at(0, 0, 0), e)
Example #2
0
 def doTable(self, table):
     try:
         self.setUp()
         CalculateFixture.doTable(self, table)
         self.tearDown()
     except Exception, e:
         self.exception(table.at(0, 0, 0), e)
 def __init__(self, sut=None):
     CalculateFixture.__init__(self, sut)
     self.setRepeatString('"')
     self.setExceptionString("exception")
 def __init__(self, sut=None):
     CalculateFixture.__init__(self, sut)
     self.setRepeatString("")
 def __init__(self, sut=None):
     CalculateFixture.__init__(self, sut)
     self.setRepeatString("")