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

Function teardown

tests/CppUTest/TestRegistryTest.cpp:134–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 void teardown()
135 {
136 myRegistry->setCurrentRegistry(NULLPTR);
137 delete myRegistry;
138 delete test1;
139 delete test2;
140 delete test3;
141 delete test4;
142 delete result;
143 delete output;
144 }
145
146 void addAndRunAllTests()
147 {

Callers

nothing calls this directly

Calls 1

setCurrentRegistryMethod · 0.80

Tested by

no test coverage detected