Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ countTests
Method
countTests
src/CppUTest/Utest.cpp:242–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
size_t UtestShell::countTests()
243
{
244
return next_ ? next_->countTests() + 1 : 1;
245
}
246
247
SimpleString UtestShell::getMacroName() const
248
{
Callers
4
defaultCrashMethod
Function · 0.45
UtestShellPointerArray
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected