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

Method test_add_handler

python/tests/proton_tests/handler.py:117–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115 self.do_customEvent(self.set_root, self.event_reactor_handler)
116
117 def test_add_handler(self):
118 self.do_customEvent(self.add_root, self.event_reactor_handler)
119
120 def test_append_handler(self):
121 self.do_customEvent(self.append_root, self.event_reactor_handler)

Callers

nothing calls this directly

Calls 1

do_customEventMethod · 0.95

Tested by

no test coverage detected