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

Method setUp

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

Source from the content-addressed store, hash-verified

498class LinkTest(Test):
499
500 def setUp(self):
501 gc.enable()
502 self.snd, self.rcv = self.link("test-link")
503
504 def cleanup(self):
505 # release resources created by this class

Callers 1

setUpMethod · 0.45

Calls 1

linkMethod · 0.45

Tested by

no test coverage detected