Test UShortVectorData serialising and deserialising
(self)
| 961 | BaseVectorDataTest.testConstructors(self) |
| 962 | |
| 963 | def testSerialising(self): |
| 964 | """Test UShortVectorData serialising and deserialising""" |
| 965 | BaseVectorDataTest.testSerialising(self) |
| 966 | |
| 967 | def testResize(self): |
| 968 | """Test UShortVectorData resizing""" |
nothing calls this directly
no test coverage detected