(self, methodName="runTest")
| 335 | |
| 336 | class ulongLongTestCase(SuperTensorTestCase): |
| 337 | def __init__(self, methodName="runTest"): |
| 338 | SuperTensorTestCase.__init__(self, methodName) |
| 339 | self.typeStr = "ulongLong" |
| 340 | self.typeCode = "Q" |
| 341 | #self.result = int(self.result) |
| 342 | |
| 343 | ###################################################################### |
| 344 |