Returns repeater that broadcasts the TestEventListener events to all subscribers.
| 5996 | // Returns repeater that broadcasts the TestEventListener events to all |
| 5997 | // subscribers. |
| 5998 | TestEventListener* TestEventListeners::repeater() { return repeater_; } |
| 5999 | |
| 6000 | // Sets the default_result_printer attribute to the provided listener. |
| 6001 | // The listener is also added to the listener list and previous |
no outgoing calls
no test coverage detected