Test UIntVectorData by value return type
(self)
| 736 | BaseVectorDataTest.testDivOperations(self) |
| 737 | |
| 738 | def testByValueItem(self): |
| 739 | """Test UIntVectorData by value return type""" |
| 740 | BaseVectorDataTest.testByValueItem(self) |
| 741 | |
| 742 | class CharVectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 743 |
nothing calls this directly
no test coverage detected