(self, methodName="runTest")
| 290 | |
| 291 | class intTestCase(VectorTestCase): |
| 292 | def __init__(self, methodName="runTest"): |
| 293 | VectorTestCase.__init__(self, methodName) |
| 294 | self.typeStr = "int" |
| 295 | self.typeCode = "i" |
| 296 | |
| 297 | ###################################################################### |
| 298 |
no outgoing calls
no test coverage detected