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

Method testUUIDArray

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

Source from the content-addressed store, hash-verified

213 def testUlongArray(self): self._test_int_array("ulong")
214
215 def testUUIDArray(self):
216 self._testArray(None, None, "uuid", uuid4(), uuid4(), uuid4())
217
218 def testEmptyArray(self):
219 self._testArray(None, None, "null")

Callers

nothing calls this directly

Calls 2

_testArrayMethod · 0.95
uuid4Function · 0.90

Tested by

no test coverage detected