Test StringVectorData constructors
(self)
| 1167 | unittest.TestCase.__init__(self, param1) |
| 1168 | |
| 1169 | def testConstructors(self): |
| 1170 | """Test StringVectorData constructors""" |
| 1171 | BaseVectorDataTest.testConstructors(self) |
| 1172 | |
| 1173 | def testSerialising(self): |
| 1174 | """Test StringVectorData serialising and deserialising""" |
nothing calls this directly
no test coverage detected