(self)
| 234 | self._test_int_array("ulong") |
| 235 | |
| 236 | def testUUIDArray(self): |
| 237 | self._testArray(None, None, "uuid", uuid4(), uuid4(), uuid4()) |
| 238 | |
| 239 | def testEmptyArray(self): |
| 240 | self._testArray(None, None, "null") |
nothing calls this directly
no test coverage detected