Test UIntVectorData equality function
(self)
| 712 | BaseVectorDataTest.testSlices(self) |
| 713 | |
| 714 | def testEquality(self): |
| 715 | """Test UIntVectorData equality function""" |
| 716 | BaseVectorDataTest.testEquality(self) |
| 717 | |
| 718 | def testComparison(self): |
| 719 | """Test UIntVectorData comparison function""" |
nothing calls this directly
no test coverage detected