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

Method testPriority

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

Source from the content-addressed store, hash-verified

64 self._test("durable", False, (True, False))
65
66 def testPriority(self):
67 self._test("priority", Message.DEFAULT_PRIORITY, range(0, 255))
68
69 def testTtl(self):
70 self._test("ttl", 0, range(12345, 54321))

Callers

nothing calls this directly

Calls 2

_testMethod · 0.95
rangeFunction · 0.85

Tested by

no test coverage detected