(self, methodName="runTest")
| 279 | |
| 280 | class uintTestCase(MatrixTestCase): |
| 281 | def __init__(self, methodName="runTest"): |
| 282 | MatrixTestCase.__init__(self, methodName) |
| 283 | self.typeStr = "uint" |
| 284 | self.typeCode = "I" |
| 285 | |
| 286 | ###################################################################### |
| 287 |