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

Method testUlongArray

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

Source from the content-addressed store, hash-verified

211 def testUintArray(self): self._test_int_array("uint")
212 def testLongArray(self): self._test_int_array("long")
213 def testUlongArray(self): self._test_int_array("ulong")
214
215 def testUUIDArray(self):
216 self._testArray(None, None, "uuid", uuid4(), uuid4(), uuid4())

Callers

nothing calls this directly

Calls 1

_test_int_arrayMethod · 0.95

Tested by

no test coverage detected