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

Function teardown

tests/CppUTestExt/MockSupport_cTest.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44TEST_GROUP(MockSupport_c)
45{
46 void teardown()
47 {
48 mock_c()->clear();
49 }
50};
51
52TEST(MockSupport_c, OrderObserved)

Callers

nothing calls this directly

Calls 2

mock_cFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected