(self)
| 195 | assert self.data.exit() |
| 196 | |
| 197 | def testStringArray(self): |
| 198 | self._testArray(None, None, "string", "one", "two", "three") |
| 199 | |
| 200 | def testDescribedStringArray(self): |
| 201 | self._testArray("symbol", "url", "string", "one", "two", "three") |
nothing calls this directly
no test coverage detected