Test CharVectorData constructors
(self)
| 746 | unittest.TestCase.__init__(self, param1) |
| 747 | |
| 748 | def testConstructors(self): |
| 749 | """Test CharVectorData constructors""" |
| 750 | BaseVectorDataTest.testConstructors(self) |
| 751 | |
| 752 | def testSerialising(self): |
| 753 | """Test CharVectorData serialising and deserialising""" |
nothing calls this directly
no test coverage detected