Test FloatVectorData constructors
(self)
| 396 | unittest.TestCase.__init__(self, param1) |
| 397 | |
| 398 | def testConstructors(self): |
| 399 | """Test FloatVectorData constructors""" |
| 400 | BaseVectorDataTest.testConstructors(self) |
| 401 | |
| 402 | def testSerialising(self): |
| 403 | """Test FloatVectorData serialising and deserialising""" |
nothing calls this directly
no test coverage detected