(self, methodName="runTest")
| 80 | |
| 81 | class uintTestCase(FortranTestCase): |
| 82 | def __init__(self, methodName="runTest"): |
| 83 | FortranTestCase.__init__(self, methodName) |
| 84 | self.typeStr = "uint" |
| 85 | self.typeCode = "I" |
| 86 | |
| 87 | ###################################################################### |
| 88 |