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

Function setup

examples/AllTests/EventDispatcherTest.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 EventComparator eventComparator;
66
67 void setup()
68 {
69 dispatcher = new EventDispatcher;
70 mock().installComparator("Event", eventComparator);
71 }
72 void teardown()
73 {
74 delete dispatcher;

Callers

nothing calls this directly

Calls 1

installComparatorMethod · 0.45

Tested by

no test coverage detected