Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ teardown
Function
teardown
tests/CppUTestExt/MockCallTest.cpp:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
TEST_GROUP(MockCallTest)
33
{
34
void teardown()
35
{
36
mock().checkExpectations();
37
mock().clear();
38
}
39
};
40
41
TEST(MockCallTest, clear)
Callers
nothing calls this directly
Calls
2
checkExpectations
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected