Test UIntVectorData comparison function
(self)
| 716 | BaseVectorDataTest.testEquality(self) |
| 717 | |
| 718 | def testComparison(self): |
| 719 | """Test UIntVectorData comparison function""" |
| 720 | BaseVectorDataTest.testComparison(self) |
| 721 | |
| 722 | def testSumOperations(self): |
| 723 | """Test UIntVectorData sum operations""" |
nothing calls this directly
no test coverage detected