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

Method testEmptyArray

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

Source from the content-addressed store, hash-verified

237 self._testArray(None, None, "uuid", uuid4(), uuid4(), uuid4())
238
239 def testEmptyArray(self):
240 self._testArray(None, None, "null")
241
242 def testDescribedEmptyArray(self):
243 self._testArray("long", 0, "null")

Callers

nothing calls this directly

Calls 1

_testArrayMethod · 0.95

Tested by

no test coverage detected