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

Function productionCodeBarCalls

tests/CppUTestExt/MockCheatSheetTest.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33static void productionCodeBarCalls()
34{
35 bar(1.5, "more");
36 bar(1.5, "more");
37}
38
39/* Actual test */
40TEST_GROUP(MockCheatSheet)

Callers 1

TESTFunction · 0.85

Calls 1

barFunction · 0.85

Tested by

no test coverage detected