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

Method testUUID

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

Source from the content-addressed store, hash-verified

294 self._test("char", char('a'), char('b'), char('c'), char(unichar(0x20AC)))
295
296 def testUUID(self):
297 self._test("uuid", uuid4(), uuid4(), uuid4())
298
299 def testDecimal32(self):
300 self._test("decimal32", decimal32(0), decimal32(1), decimal32(2), decimal32(3), decimal32(4), decimal32(2**30))

Callers

nothing calls this directly

Calls 2

_testMethod · 0.95
uuid4Function · 0.90

Tested by

no test coverage detected