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

Method setUp

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

Source from the content-addressed store, hash-verified

328class SessionTest(Test):
329
330 def setUp(self):
331 gc.enable()
332 self.c1, self.c2 = self.connection()
333 self.ssn = self.c1.session()
334 self.c1.open()
335 self.c2.open()
336
337 def cleanup(self):
338 # release resources created by this class

Callers

nothing calls this directly

Calls 3

connectionMethod · 0.45
sessionMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected