(self, methodName="runTest")
| 149 | |
| 150 | class ulongLongTestCase(FlatTestCase): |
| 151 | def __init__(self, methodName="runTest"): |
| 152 | FlatTestCase.__init__(self, methodName) |
| 153 | self.typeStr = "ulongLong" |
| 154 | self.typeCode = "Q" |
| 155 | |
| 156 | ###################################################################### |
| 157 |