Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ setCurrentRegistry
Method
setCurrentRegistry
src/CppUTest/TestRegistry.cpp:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void TestRegistry::setCurrentRegistry(TestRegistry* registry)
145
{
146
currentRegistry_ = registry;
147
}
148
149
void TestRegistry::unDoLastAddTest()
150
{
Callers
8
TestTestingFixture
Method · 0.80
~TestTestingFixture
Method · 0.80
setup
Function · 0.80
teardown
Function · 0.80
setup
Function · 0.80
teardown
Function · 0.80
setup
Function · 0.80
teardown
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected