(self)
| 2394 | self._testDisposition(type=0x12345, value=CustomValue([1, 2, 3])) |
| 2395 | |
| 2396 | def testEmptyCustom(self): |
| 2397 | self._testDisposition(type=0x12345) |
| 2398 | |
| 2399 | def testNullCustom(self): |
| 2400 | self._testDisposition(type=0x12345, value=CustomValue(None)) |
nothing calls this directly
no test coverage detected