MCPcopy Create free account
hub / github.com/cpputest/cpputest / notify

Method notify

examples/AllTests/EventDispatcherTest.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33{
34public:
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);

Callers 1

dispatchEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected