(self, param1)
| 562 | class Box3dVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 563 | |
| 564 | def __init__(self, param1): |
| 565 | BaseVectorDataTest.__init__(self, IECore.Box3dVectorData, createBox3d) |
| 566 | unittest.TestCase.__init__(self, param1) |
| 567 | |
| 568 | def testConstructors(self): |
| 569 | """Test Box3dVectorData constructors""" |