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

Method testDescribedEmptyArray

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

Source from the content-addressed store, hash-verified

219 self._testArray(None, None, "null")
220
221 def testDescribedEmptyArray(self):
222 self._testArray("long", 0, "null")
223
224 def _test(self, dtype, *values, **kwargs):
225 eq=kwargs.get("eq", lambda x, y: x == y)

Callers

nothing calls this directly

Calls 1

_testArrayMethod · 0.95

Tested by

no test coverage detected