Returns repeater that broadcasts the TestEventListener events to all subscribers.
| 4881 | // Returns repeater that broadcasts the TestEventListener events to all |
| 4882 | // subscribers. |
| 4883 | TestEventListener* TestEventListeners::repeater() { return repeater_; } |
| 4884 | |
| 4885 | // Sets the default_result_printer attribute to the provided listener. |
| 4886 | // The listener is also added to the listener list and previous |
no outgoing calls
no test coverage detected