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

Method testReceived

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

Source from the content-addressed store, hash-verified

2223 d.settle()
2224
2225 def testReceived(self):
2226 self.testDisposition(type=Disposition.RECEIVED, value=ReceivedValue(1, 2))
2227
2228 def testRejected(self):
2229 self.testDisposition(type=Disposition.REJECTED, value=RejectValue(Condition(symbol("foo"))))

Callers

nothing calls this directly

Calls 2

testDispositionMethod · 0.95
ReceivedValueClass · 0.85

Tested by

no test coverage detected