(self, methodName="runTest")
| 72 | |
| 73 | class intTestCase(FortranTestCase): |
| 74 | def __init__(self, methodName="runTest"): |
| 75 | FortranTestCase.__init__(self, methodName) |
| 76 | self.typeStr = "int" |
| 77 | self.typeCode = "i" |
| 78 | |
| 79 | ###################################################################### |
| 80 |
no outgoing calls
no test coverage detected