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

Method testUUIDArray

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

Source from the content-addressed store, hash-verified

234 self._test_int_array("ulong")
235
236 def testUUIDArray(self):
237 self._testArray(None, None, "uuid", uuid4(), uuid4(), uuid4())
238
239 def testEmptyArray(self):
240 self._testArray(None, None, "null")

Callers

nothing calls this directly

Calls 1

_testArrayMethod · 0.95

Tested by

no test coverage detected