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

Method test_set_handler

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

Source from the content-addressed store, hash-verified

112 return event.reactor.handler
113
114 def test_set_handler(self):
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)

Callers

nothing calls this directly

Calls 1

do_customEventMethod · 0.95

Tested by

no test coverage detected