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

Method testRejected

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

Source from the content-addressed store, hash-verified

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"))))
2230
2231 def testReleased(self):
2232 self.testDisposition(type=Disposition.RELEASED)

Callers

nothing calls this directly

Calls 4

testDispositionMethod · 0.95
RejectValueClass · 0.85
ConditionClass · 0.85
symbolClass · 0.85

Tested by

no test coverage detected