(self, param1)
| 672 | class UIntVectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 673 | |
| 674 | def __init__(self, param1): |
| 675 | BaseVectorDataTest.__init__(self, IECore.UIntVectorData, int) |
| 676 | unittest.TestCase.__init__(self, param1) |
| 677 | |
| 678 | def testConstructors(self): |
| 679 | """Test UIntVectorData constructors""" |