(self, methodName="runTest")
| 109 | |
| 110 | class intTestCase(FlatTestCase): |
| 111 | def __init__(self, methodName="runTest"): |
| 112 | FlatTestCase.__init__(self, methodName) |
| 113 | self.typeStr = "int" |
| 114 | self.typeCode = "i" |
| 115 | |
| 116 | ###################################################################### |
| 117 |
no outgoing calls
no test coverage detected