Test StringVectorData by value return type
(self)
| 1227 | pass |
| 1228 | |
| 1229 | def testByValueItem(self): |
| 1230 | """Test StringVectorData by value return type""" |
| 1231 | BaseVectorDataTest.testByValueItem(self) |
| 1232 | |
| 1233 | class TestVectorDataStrRepr( unittest.TestCase ) : |
| 1234 |
nothing calls this directly
no test coverage detected