Test UShortVectorData comparison function
(self)
| 997 | BaseVectorDataTest.testEquality(self) |
| 998 | |
| 999 | def testComparison(self): |
| 1000 | """Test UShortVectorData comparison function""" |
| 1001 | BaseVectorDataTest.testComparison(self) |
| 1002 | |
| 1003 | def testSumOperations(self): |
| 1004 | """Test UShortVectorData sum operations""" |
nothing calls this directly
no test coverage detected