(self)
| 201 | assert self.data.exit() |
| 202 | |
| 203 | def testStringArray(self): |
| 204 | self._testArray(None, None, "string", "one", "two", "three") |
| 205 | |
| 206 | def testDescribedStringArray(self): |
| 207 | self._testArray("symbol", "url", "string", "one", "two", "three") |
nothing calls this directly
no test coverage detected