Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
498
class
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
setUp
Method · 0.45
Calls
1
link
Method · 0.45
Tested by
no test coverage detected