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

Method testReleased

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

Source from the content-addressed store, hash-verified

2383 self._testDisposition(type=Disposition.REJECTED, value=RejectValue(Condition(symbol("foo"))))
2384
2385 def testReleased(self):
2386 self._testDisposition(type=Disposition.RELEASED)
2387
2388 def testModified(self):
2389 self._testDisposition(type=Disposition.MODIFIED,

Callers

nothing calls this directly

Calls 1

_testDispositionMethod · 0.95

Tested by

no test coverage detected