(self, methodName="runTest")
| 351 | |
| 352 | class ulongLongTestCase(TensorTestCase): |
| 353 | def __init__(self, methodName="runTest"): |
| 354 | TensorTestCase.__init__(self, methodName) |
| 355 | self.typeStr = "ulongLong" |
| 356 | self.typeCode = "Q" |
| 357 | self.result = int(self.result) |
| 358 | |
| 359 | ###################################################################### |
| 360 |