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

Method setUp

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

Source from the content-addressed store, hash-verified

782class TransferTest(Test):
783
784 def setUp(self):
785 gc.enable()
786 self.snd, self.rcv = self.link("test-link")
787 self.c1 = self.snd.session.connection
788 self.c2 = self.rcv.session.connection
789 self.snd.open()
790 self.rcv.open()
791 self.pump()
792
793 def cleanup(self):
794 # 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