(self, methodName="runTest")
| 298 | |
| 299 | class uintTestCase(VectorTestCase): |
| 300 | def __init__(self, methodName="runTest"): |
| 301 | VectorTestCase.__init__(self, methodName) |
| 302 | self.typeStr = "uint" |
| 303 | self.typeCode = "I" |
| 304 | |
| 305 | ###################################################################### |
| 306 |