Test DoubleVectorData constructors
(self)
| 536 | unittest.TestCase.__init__(self, param1) |
| 537 | |
| 538 | def testConstructors(self): |
| 539 | """Test DoubleVectorData constructors""" |
| 540 | BaseVectorDataTest.testConstructors(self) |
| 541 | |
| 542 | def testSerialising(self): |
| 543 | """Test DoubleVectorData serialising and deserialising""" |
nothing calls this directly
no test coverage detected