MCPcopy 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

31TEST_GROUP(MockReturnValueTest)
32{
33 void teardown()
34 {
35 mock().checkExpectations();
36 mock().clear();
37 }
38};
39
40TEST(MockReturnValueTest, hasReturnValue)

Callers

nothing calls this directly

Calls 2

checkExpectationsMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected