Test UInt64VectorData constructors
(self)
| 1097 | unittest.TestCase.__init__(self, param1) |
| 1098 | |
| 1099 | def testConstructors(self): |
| 1100 | """Test UInt64VectorData constructors""" |
| 1101 | BaseVectorDataTest.testConstructors(self) |
| 1102 | |
| 1103 | def testSerialising(self): |
| 1104 | """Test UInt64VectorData serialising and deserialising""" |
nothing calls this directly
no test coverage detected