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

Method test_connection

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

Source from the content-addressed store, hash-verified

117 pass
118
119 def test_connection(self):
120 self.container.connection(BarfOnInit())
121 try:
122 self.container.run()
123 assert False, "expected to barf"
124 except Barf:
125 pass
126
127 def test_connection_set(self):
128 c = self.container.connection()

Callers

nothing calls this directly

Calls 3

BarfOnInitClass · 0.85
connectionMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected