Test UShortVectorData equality function
(self)
| 993 | BaseVectorDataTest.testSlices(self) |
| 994 | |
| 995 | def testEquality(self): |
| 996 | """Test UShortVectorData equality function""" |
| 997 | BaseVectorDataTest.testEquality(self) |
| 998 | |
| 999 | def testComparison(self): |
| 1000 | """Test UShortVectorData comparison function""" |
nothing calls this directly
no test coverage detected