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

Function teardown

tests/CppUTest/TestInstallerTest.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 testInstaller = new TestInstaller(shell, "TestInstaller", "test", __FILE__, __LINE__);
50 }
51 void teardown()
52 {
53 myRegistry->setCurrentRegistry(NULLPTR);
54 testInstaller->unDo();
55 delete testInstaller;
56 delete myRegistry;
57 }
58};
59
60TEST(TestInstaller, Create)

Callers

nothing calls this directly

Calls 2

setCurrentRegistryMethod · 0.80
unDoMethod · 0.80

Tested by

no test coverage detected