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

Method testModified

python/tests/proton_tests/engine.py:2388–2391  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2386 self._testDisposition(type=Disposition.RELEASED)
2387
2388 def testModified(self):
2389 self._testDisposition(type=Disposition.MODIFIED,
2390 value=ModifiedValue(failed=True, undeliverable=True,
2391 annotations={"key": "value"}))
2392
2393 def testCustom(self):
2394 self._testDisposition(type=0x12345, value=CustomValue([1, 2, 3]))

Callers

nothing calls this directly

Calls 2

_testDispositionMethod · 0.95
ModifiedValueClass · 0.85

Tested by

no test coverage detected