Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getFirstTest
Method
getFirstTest
src/CppUTest/Utest.cpp:837–840 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
835
}
836
837
UtestShell* UtestShellPointerArray::getFirstTest() const
838
{
839
return get(0);
840
}
841
842
UtestShell* UtestShellPointerArray::get(size_t index) const
843
{
Callers
5
addOrderedTestToHead
Method · 0.45
firstTest
Function · 0.45
TEST
Function · 0.45
IGNORE_TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected