(self, methodName="runTest")
| 112 | |
| 113 | class ulongLongTestCase(FortranTestCase): |
| 114 | def __init__(self, methodName="runTest"): |
| 115 | FortranTestCase.__init__(self, methodName) |
| 116 | self.typeStr = "ulongLong" |
| 117 | self.typeCode = "Q" |
| 118 | |
| 119 | ###################################################################### |
| 120 |