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

Method test_link_set

python/tests/proton_tests/reactor.py:167–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

165 pass
166
167 def test_link_set(self):
168 c = self.container.connection()
169 s = c.session()
170 sender = s.sender("xxx")
171 sender.handler = BarfOnInit()
172 try:
173 self.container.run()
174 assert False, "expected to barf"
175 except Barf:
176 pass
177
178 def test_link_add(self):
179 c = self.container.connection()

Callers

nothing calls this directly

Calls 5

BarfOnInitClass · 0.85
connectionMethod · 0.45
sessionMethod · 0.45
senderMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected