MCPcopy Create free account
hub / github.com/apache/qpid-proton / testDescribedEmptyArray

Method testDescribedEmptyArray

python/tests/proton_tests/codec.py:242–243  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

_testArrayMethod · 0.95

Tested by

no test coverage detected