(self, methodName="runTest")
| 96 | |
| 97 | class ulongTestCase(FortranTestCase): |
| 98 | def __init__(self, methodName="runTest"): |
| 99 | FortranTestCase.__init__(self, methodName) |
| 100 | self.typeStr = "ulong" |
| 101 | self.typeCode = "L" |
| 102 | |
| 103 | ###################################################################### |
| 104 |