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

Function teardown

tests/CppUTest/SetPluginTest.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 void teardown()
43 {
44 myRegistry_->setCurrentRegistry(NULLPTR);
45 delete myRegistry_;
46 delete plugin_;
47 delete output_;
48 delete result_;
49 }
50};
51
52class FunctionPointerUtest : public Utest

Callers

nothing calls this directly

Calls 1

setCurrentRegistryMethod · 0.80

Tested by

no test coverage detected