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

Function bar

tests/CppUTestExt/MockCheatSheetTest.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16static void bar(double param_double, const char* param_string)
17{
18 mock().actualCall("Bar")
19 .withParameter("param_double", param_double)
20 .withParameter("param_string", param_string);
21}
22
23/* Production code calls to the methods we stubbed */
24static int productionCodeFooCalls()

Callers 1

productionCodeBarCallsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected