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

Method testUlongArray

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

Source from the content-addressed store, hash-verified

231 self._test_int_array("long")
232
233 def testUlongArray(self):
234 self._test_int_array("ulong")
235
236 def testUUIDArray(self):
237 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