(self, methodName="runTest")
| 279 | |
| 280 | class ucharTestCase(TensorTestCase): |
| 281 | def __init__(self, methodName="runTest"): |
| 282 | TensorTestCase.__init__(self, methodName) |
| 283 | self.typeStr = "uchar" |
| 284 | self.typeCode = "B" |
| 285 | self.result = int(self.result) |
| 286 | |
| 287 | ###################################################################### |
| 288 |