Test StringVectorData serialising and deserialising
(self)
| 1171 | BaseVectorDataTest.testConstructors(self) |
| 1172 | |
| 1173 | def testSerialising(self): |
| 1174 | """Test StringVectorData serialising and deserialising""" |
| 1175 | BaseVectorDataTest.testSerialising(self) |
| 1176 | |
| 1177 | def testResize(self): |
| 1178 | """Test StringVectorData resizing""" |
nothing calls this directly
no test coverage detected