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

Method testCorrelationId

python/tests/proton_tests/message.py:60–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 self._test("id", None, (b"bytes", None, 123, u"string", uuid4()))
59
60 def testCorrelationId(self):
61 self._test("correlation_id", None, (b"bytes", None, 123, u"string", uuid4()))
62
63 def testDurable(self):
64 self._test("durable", False, (True, False))

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected