(self)
| 210 | def testIntArray(self): self._test_int_array("int") |
| 211 | def testUintArray(self): self._test_int_array("uint") |
| 212 | def testLongArray(self): self._test_int_array("long") |
| 213 | def testUlongArray(self): self._test_int_array("ulong") |
| 214 | |
| 215 | def testUUIDArray(self): |
nothing calls this directly
no test coverage detected