Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ setSetup
Method
setSetup
src/CppUTest/TestTestingFixture.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void TestTestingFixture::setSetup(void(*setupFunction)())
93
{
94
genTest_->setup_ = setupFunction;
95
}
96
97
void TestTestingFixture::setTeardown(void(*teardownFunction)())
98
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected