(self)
| 231 | self._test_int_array("long") |
| 232 | |
| 233 | def testUlongArray(self): |
| 234 | self._test_int_array("ulong") |
| 235 | |
| 236 | def testUUIDArray(self): |
| 237 | self._testArray(None, None, "uuid", uuid4(), uuid4(), uuid4()) |
nothing calls this directly
no test coverage detected