MCPcopy 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
837UtestShell* UtestShellPointerArray::getFirstTest() const
838{
839 return get(0);
840}
841
842UtestShell* UtestShellPointerArray::get(size_t index) const
843{

Callers 5

addOrderedTestToHeadMethod · 0.45
firstTestFunction · 0.45
TESTFunction · 0.45
IGNORE_TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected