(self, methodName="runTest")
| 282 | |
| 283 | class ushortTestCase(VectorTestCase): |
| 284 | def __init__(self, methodName="runTest"): |
| 285 | VectorTestCase.__init__(self, methodName) |
| 286 | self.typeStr = "ushort" |
| 287 | self.typeCode = "H" |
| 288 | |
| 289 | ###################################################################### |
| 290 |