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

Method setUp

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

Source from the content-addressed store, hash-verified

1282class CreditTest(Test):
1283
1284 def setUp(self):
1285 self.snd, self.rcv = self.link("test-link", max_frame=(16*1024, 16*1024))
1286 self.c1 = self.snd.session.connection
1287 self.c2 = self.rcv.session.connection
1288 self.snd.open()
1289 self.rcv.open()
1290 self.pump()
1291
1292 def cleanup(self):
1293 # release resources created by this class

Callers

nothing calls this directly

Calls 3

openMethod · 0.65
linkMethod · 0.45
pumpMethod · 0.45

Tested by

no test coverage detected