(self, methodName="runTest")
| 303 | |
| 304 | class longLongTestCase(MatrixTestCase): |
| 305 | def __init__(self, methodName="runTest"): |
| 306 | MatrixTestCase.__init__(self, methodName) |
| 307 | self.typeStr = "longLong" |
| 308 | self.typeCode = "q" |
| 309 | |
| 310 | ###################################################################### |
| 311 |