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

Function TEST

examples/AllTests/EventDispatcherTest.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80TEST(EventDispatcher, EventWithoutRegistrationsResultsIntoNoCalls)
81{
82 dispatcher->dispatchEvent(event, 10);
83}
84
85TEST(EventDispatcher, EventWithRegistrationForEventResultsIntoCallback)
86{

Callers

nothing calls this directly

Calls 2

dispatchEventMethod · 0.80
registerObserverMethod · 0.80

Tested by

no test coverage detected