(self, methodName="runTest")
| 117 | |
| 118 | class uintTestCase(FlatTestCase): |
| 119 | def __init__(self, methodName="runTest"): |
| 120 | FlatTestCase.__init__(self, methodName) |
| 121 | self.typeStr = "uint" |
| 122 | self.typeCode = "I" |
| 123 | |
| 124 | ###################################################################### |
| 125 |