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

Function productionCodeFooCalls

tests/CppUTestExt/MockCheatSheetTest.cpp:24–31  ·  view source on GitHub ↗

Production code calls to the methods we stubbed */

Source from the content-addressed store, hash-verified

22
23/* Production code calls to the methods we stubbed */
24static int productionCodeFooCalls()
25{
26 int return_value;
27 return_value = foo("value_string", 10);
28 (void)return_value;
29 return_value = foo("value_string", 10);
30 return return_value;
31}
32
33static void productionCodeBarCalls()
34{

Callers 1

TESTFunction · 0.85

Calls 1

fooFunction · 0.85

Tested by

no test coverage detected