(self, methodName="runTest")
| 48 | |
| 49 | class ucharTestCase(FortranTestCase): |
| 50 | def __init__(self, methodName="runTest"): |
| 51 | FortranTestCase.__init__(self, methodName) |
| 52 | self.typeStr = "uchar" |
| 53 | self.typeCode = "B" |
| 54 | |
| 55 | ###################################################################### |
| 56 |