(self, methodName="runTest")
| 271 | |
| 272 | class intTestCase(MatrixTestCase): |
| 273 | def __init__(self, methodName="runTest"): |
| 274 | MatrixTestCase.__init__(self, methodName) |
| 275 | self.typeStr = "int" |
| 276 | self.typeCode = "i" |
| 277 | |
| 278 | ###################################################################### |
| 279 |
no outgoing calls
no test coverage detected