MCPcopy 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
126bool TestRegistry::endOfGroup(UtestShell* test)
127{
128 return (!test || !test->getNext() || test->getGroup() != test->getNext()->getGroup());
129}
130
131size_t TestRegistry::countTests()
132{

Callers

nothing calls this directly

Calls 2

getGroupMethod · 0.80
getNextMethod · 0.45

Tested by

no test coverage detected