(self)
| 237 | self._testArray(None, None, "uuid", uuid4(), uuid4(), uuid4()) |
| 238 | |
| 239 | def testEmptyArray(self): |
| 240 | self._testArray(None, None, "null") |
| 241 | |
| 242 | def testDescribedEmptyArray(self): |
| 243 | self._testArray("long", 0, "null") |
nothing calls this directly
no test coverage detected