(self, methodName="runTest")
| 311 | |
| 312 | class ulongLongTestCase(MatrixTestCase): |
| 313 | def __init__(self, methodName="runTest"): |
| 314 | MatrixTestCase.__init__(self, methodName) |
| 315 | self.typeStr = "ulongLong" |
| 316 | self.typeCode = "Q" |
| 317 | |
| 318 | ###################################################################### |
| 319 |