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

Function teardown

tests/CppUTestExt/MockComparatorCopierTest.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31TEST_GROUP(MockComparatorCopierTest)
32{
33 void teardown()
34 {
35 mock().checkExpectations();
36 mock().clear();
37 mock().removeAllComparatorsAndCopiers();
38 }
39};
40
41class MyTypeForTesting

Callers

nothing calls this directly

Calls 3

checkExpectationsMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected