MCPcopy 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
92void TestTestingFixture::setSetup(void(*setupFunction)())
93{
94 genTest_->setup_ = setupFunction;
95}
96
97void TestTestingFixture::setTeardown(void(*teardownFunction)())
98{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected