(self, methodName="runTest")
| 247 | |
| 248 | class ucharTestCase(MatrixTestCase): |
| 249 | def __init__(self, methodName="runTest"): |
| 250 | MatrixTestCase.__init__(self, methodName) |
| 251 | self.typeStr = "uchar" |
| 252 | self.typeCode = "B" |
| 253 | |
| 254 | ###################################################################### |
| 255 |