Test Int64VectorData constructors
(self)
| 1027 | unittest.TestCase.__init__(self, param1) |
| 1028 | |
| 1029 | def testConstructors(self): |
| 1030 | """Test Int64VectorData constructors""" |
| 1031 | BaseVectorDataTest.testConstructors(self) |
| 1032 | |
| 1033 | def testSerialising(self): |
| 1034 | """Test Int64VectorData serialising and deserialising""" |
nothing calls this directly
no test coverage detected