Test UCharVectorData constructors
(self)
| 817 | unittest.TestCase.__init__(self, param1) |
| 818 | |
| 819 | def testConstructors(self): |
| 820 | """Test UCharVectorData constructors""" |
| 821 | BaseVectorDataTest.testConstructors(self) |
| 822 | |
| 823 | def testSerialising(self): |
| 824 | """Test UCharVectorData serialising and deserialising""" |
nothing calls this directly
no test coverage detected