(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) |
| 122 | |
| 123 | def test_set_root(self): |
| 124 | self.do_customEvent(self.set_root, self.event_root) |
nothing calls this directly
no test coverage detected