(self)
| 240 | self._testArray(None, None, "null") |
| 241 | |
| 242 | def testDescribedEmptyArray(self): |
| 243 | self._testArray("long", 0, "null") |
| 244 | |
| 245 | def testPropertyDict(self): |
| 246 | a = PropertyDict(one=1, two=2, three=3) |
nothing calls this directly
no test coverage detected