(self, methodName="runTest")
| 266 | |
| 267 | class ucharTestCase(VectorTestCase): |
| 268 | def __init__(self, methodName="runTest"): |
| 269 | VectorTestCase.__init__(self, methodName) |
| 270 | self.typeStr = "uchar" |
| 271 | self.typeCode = "B" |
| 272 | |
| 273 | ###################################################################### |
| 274 |