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

Method testModified

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

Source from the content-addressed store, hash-verified

2232 self.testDisposition(type=Disposition.RELEASED)
2233
2234 def testModified(self):
2235 self.testDisposition(type=Disposition.MODIFIED,
2236 value=ModifiedValue(failed=True, undeliverable=True,
2237 annotations={"key": "value"}))
2238
2239
2240class CollectorTest(Test):

Callers

nothing calls this directly

Calls 2

testDispositionMethod · 0.95
ModifiedValueClass · 0.85

Tested by

no test coverage detected