MCPcopy Create free account
hub / github.com/cpputest/cpputest / teardown

Function teardown

tests/CppUTestExt/MockCheatSheetTest.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40TEST_GROUP(MockCheatSheet)
41{
42 void teardown()
43 {
44 /* Check expectations. Alternatively use MockSupportPlugin */
45 mock().checkExpectations();
46
47 mock().clear();
48 }
49};
50
51TEST(MockCheatSheet, foo)

Callers

nothing calls this directly

Calls 2

checkExpectationsMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected