MCPcopy Create free account
hub / github.com/cpputest/cpputest / ~TestTestingFixture

Method ~TestTestingFixture

src/CppUTest/TestTestingFixture.cpp:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54TestTestingFixture::~TestTestingFixture()
55{
56 registry_->setCurrentRegistry(NULLPTR);
57 clearExecFunction();
58 delete registry_;
59 delete result_;
60 delete output_;
61 delete genTest_;
62}
63
64void TestTestingFixture::clearExecFunction()
65{

Callers

nothing calls this directly

Calls 1

setCurrentRegistryMethod · 0.80

Tested by

no test coverage detected