(self, methodName="runTest")
| 85 | |
| 86 | class ucharTestCase(FlatTestCase): |
| 87 | def __init__(self, methodName="runTest"): |
| 88 | FlatTestCase.__init__(self, methodName) |
| 89 | self.typeStr = "uchar" |
| 90 | self.typeCode = "B" |
| 91 | |
| 92 | ###################################################################### |
| 93 |