(self, methodName="runTest")
| 133 | |
| 134 | class ulongTestCase(FlatTestCase): |
| 135 | def __init__(self, methodName="runTest"): |
| 136 | FlatTestCase.__init__(self, methodName) |
| 137 | self.typeStr = "ulong" |
| 138 | self.typeCode = "L" |
| 139 | |
| 140 | ###################################################################### |
| 141 |