Test UIntVectorData constructors
(self)
| 676 | unittest.TestCase.__init__(self, param1) |
| 677 | |
| 678 | def testConstructors(self): |
| 679 | """Test UIntVectorData constructors""" |
| 680 | BaseVectorDataTest.testConstructors(self) |
| 681 | |
| 682 | def testSerialising(self): |
| 683 | """Test UIntVectorData serialising and deserialising""" |
nothing calls this directly
no test coverage detected