Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
void TestTestingFixture::setTeardown(void(*teardownFunction)())
98
{
99
genTest_->teardown_ = teardownFunction;
100
}
101
102
void TestTestingFixture::installPlugin(TestPlugin* plugin)
103
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected