(self, methodName="runTest")
| 64 | |
| 65 | class ushortTestCase(FortranTestCase): |
| 66 | def __init__(self, methodName="runTest"): |
| 67 | FortranTestCase.__init__(self, methodName) |
| 68 | self.typeStr = "ushort" |
| 69 | self.typeCode = "H" |
| 70 | |
| 71 | ###################################################################### |
| 72 |