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