| 33 | { |
| 34 | public: |
| 35 | virtual void notify(const Event& event, int timeOutInSeconds) |
| 36 | { |
| 37 | mock().actualCall("notify").onObject(this).withParameterOfType("Event", "event", (void*) &event).withParameter("timeOutInSeconds", timeOutInSeconds); |
| 38 | } |
| 39 | virtual void notifyRegistration(EventObserver* newObserver) |
| 40 | { |
| 41 | mock().actualCall("notifyRegistration").onObject(this).withParameter("newObserver", newObserver); |