Test HalfVectorData constructors
(self)
| 466 | unittest.TestCase.__init__(self, param1) |
| 467 | |
| 468 | def testConstructors(self): |
| 469 | """Test HalfVectorData constructors""" |
| 470 | BaseVectorDataTest.testConstructors(self) |
| 471 | |
| 472 | def testSerialising(self): |
| 473 | """Test HalfVectorData serialising and deserialising""" |
nothing calls this directly
no test coverage detected