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

Method testReleased

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

Source from the content-addressed store, hash-verified

2229 self.testDisposition(type=Disposition.REJECTED, value=RejectValue(Condition(symbol("foo"))))
2230
2231 def testReleased(self):
2232 self.testDisposition(type=Disposition.RELEASED)
2233
2234 def testModified(self):
2235 self.testDisposition(type=Disposition.MODIFIED,

Callers

nothing calls this directly

Calls 1

testDispositionMethod · 0.95

Tested by

no test coverage detected