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

Method setTeardown

src/CppUTest/TestTestingFixture.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void TestTestingFixture::setTeardown(void(*teardownFunction)())
98{
99 genTest_->teardown_ = teardownFunction;
100}
101
102void TestTestingFixture::installPlugin(TestPlugin* plugin)
103{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected