Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ teardown
Function
teardown
tests/CppUTestExt/MockSupport_cTest.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
TEST_GROUP(MockSupport_c)
45
{
46
void teardown()
47
{
48
mock_c()->clear();
49
}
50
};
51
52
TEST(MockSupport_c, OrderObserved)
Callers
nothing calls this directly
Calls
2
mock_c
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected