Test UCharVectorData serialising and deserialising
(self)
| 821 | BaseVectorDataTest.testConstructors(self) |
| 822 | |
| 823 | def testSerialising(self): |
| 824 | """Test UCharVectorData serialising and deserialising""" |
| 825 | BaseVectorDataTest.testSerialising(self) |
| 826 | |
| 827 | def testResize(self): |
| 828 | """Test UCharVectorData resizing""" |
nothing calls this directly
no test coverage detected