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

Function teardown

tests/CppUTestExt/MockSupportTest.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 MockFailureReporterInstaller failureReporterInstaller;
39
40 void teardown()
41 {
42 mock().checkExpectations();
43 CHECK_NO_MOCK_FAILURE();
44 MockFailureReporterForTest::clearReporter();
45 mock().clear();
46 }
47};
48
49TEST(MockSupportTest, setDataForUnsignedIntegerValues)

Callers

nothing calls this directly

Calls 2

checkExpectationsMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected