Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ addTest
Method
addTest
src/CppUTest/TestTestingFixture.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void TestTestingFixture::addTest(UtestShell * test)
71
{
72
registry_->addTest(test);
73
}
74
75
void TestTestingFixture::setTestFunction(void(*testFunction)())
76
{
Callers
1
TestTestingFixture
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected