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

Method tearDown

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

Source from the content-addressed store, hash-verified

1834class SessionCreditTest(Test):
1835
1836 def tearDown(self):
1837 self.cleanup()
1838
1839 def testBuffering(self, count=32, size=1024, capacity=16 * 1024, max_frame=1024):
1840 snd, rcv = self.link("test-link", max_frame=(max_frame, max_frame))

Callers

nothing calls this directly

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected