Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ endOfGroup
Method
endOfGroup
src/CppUTest/TestRegistry.cpp:126–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
bool TestRegistry::endOfGroup(UtestShell* test)
127
{
128
return (!test || !test->getNext() || test->getGroup() != test->getNext()->getGroup());
129
}
130
131
size_t TestRegistry::countTests()
132
{
Callers
nothing calls this directly
Calls
2
getGroup
Method · 0.80
getNext
Method · 0.45
Tested by
no test coverage detected