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

Method testEmptyArray

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

Source from the content-addressed store, hash-verified

216 self._testArray(None, None, "uuid", uuid4(), uuid4(), uuid4())
217
218 def testEmptyArray(self):
219 self._testArray(None, None, "null")
220
221 def testDescribedEmptyArray(self):
222 self._testArray("long", 0, "null")

Callers

nothing calls this directly

Calls 1

_testArrayMethod · 0.95

Tested by

no test coverage detected