(self)
| 213 | def testUlongArray(self): self._test_int_array("ulong") |
| 214 | |
| 215 | def testUUIDArray(self): |
| 216 | self._testArray(None, None, "uuid", uuid4(), uuid4(), uuid4()) |
| 217 | |
| 218 | def testEmptyArray(self): |
| 219 | self._testArray(None, None, "null") |
nothing calls this directly
no test coverage detected