Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ unDoLastAddTest
Method
unDoLastAddTest
src/CppUTest/TestRegistry.cpp:149–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
void TestRegistry::unDoLastAddTest()
150
{
151
tests_ = tests_ ? tests_->getNext() : NULLPTR;
152
153
}
154
155
void TestRegistry::setNameFilters(const TestFilter* filters)
156
{
Callers
4
unDo
Method · 0.80
TEST
Function · 0.80
setup
Function · 0.80
TEST
Function · 0.80
Calls
1
getNext
Method · 0.45
Tested by
no test coverage detected