Test UShortVectorData by value return type
(self)
| 1017 | BaseVectorDataTest.testDivOperations(self) |
| 1018 | |
| 1019 | def testByValueItem(self): |
| 1020 | """Test UShortVectorData by value return type""" |
| 1021 | BaseVectorDataTest.testByValueItem(self) |
| 1022 | |
| 1023 | class Int64VectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 1024 |
nothing calls this directly
no test coverage detected