(self)
| 204 | self._testArray(None, None, "string", "one", "two", "three") |
| 205 | |
| 206 | def testDescribedStringArray(self): |
| 207 | self._testArray("symbol", "url", "string", "one", "two", "three") |
| 208 | |
| 209 | def _test_int_array(self, atype): |
| 210 | self._testArray(None, None, atype, *self.int_values(atype)) |
nothing calls this directly
no test coverage detected