(self, methodName="runTest")
| 16 | class VectorTestCase(unittest.TestCase): |
| 17 | |
| 18 | def __init__(self, methodName="runTest"): |
| 19 | unittest.TestCase.__init__(self, methodName) |
| 20 | self.typeStr = "double" |
| 21 | self.typeCode = "d" |
| 22 | |
| 23 | # Test the (type IN_ARRAY1[ANY]) typemap |
| 24 | def testLength(self): |