(self)
| 216 | self._testArray(None, None, "uuid", uuid4(), uuid4(), uuid4()) |
| 217 | |
| 218 | def testEmptyArray(self): |
| 219 | self._testArray(None, None, "null") |
| 220 | |
| 221 | def testDescribedEmptyArray(self): |
| 222 | self._testArray("long", 0, "null") |
nothing calls this directly
no test coverage detected