Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
static void productionCodeBarCalls()
34
{
35
bar(1.5,
"more"
);
36
bar(1.5,
"more"
);
37
}
38
39
/* Actual test */
40
TEST_GROUP(MockCheatSheet)
Callers
1
TEST
Function · 0.85
Calls
1
bar
Function · 0.85
Tested by
no test coverage detected