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

Method cleanup

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

Source from the content-addressed store, hash-verified

1069 pass
1070
1071 def cleanup(self):
1072 # release resources created by this class
1073 super(MaxFrameTransferTest, self).cleanup()
1074 self.c1 = None
1075 self.c2 = None
1076 self.snd = None
1077 self.rcv = None
1078
1079 def tearDown(self):
1080 self.cleanup()

Callers 1

tearDownMethod · 0.95

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected