MCPcopy 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

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

Callers

nothing calls this directly

Calls 2

checkExpectationsMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected