(self, methodName="runTest")
| 330 | |
| 331 | class ulongLongTestCase(VectorTestCase): |
| 332 | def __init__(self, methodName="runTest"): |
| 333 | VectorTestCase.__init__(self, methodName) |
| 334 | self.typeStr = "ulongLong" |
| 335 | self.typeCode = "Q" |
| 336 | |
| 337 | ###################################################################### |
| 338 |