Test CharVectorData serialising and deserialising
(self)
| 750 | BaseVectorDataTest.testConstructors(self) |
| 751 | |
| 752 | def testSerialising(self): |
| 753 | """Test CharVectorData serialising and deserialising""" |
| 754 | BaseVectorDataTest.testSerialising(self) |
| 755 | |
| 756 | def testResize(self): |
| 757 | """Test CharVectorData resizing""" |
nothing calls this directly
no test coverage detected