MCPcopy Create free account
hub / github.com/cpputest/cpputest / getNext

Method getNext

src/CppUTest/Utest.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231UtestShell *UtestShell::getNext() const
232{
233 return next_;
234}
235
236UtestShell* UtestShell::addTest(UtestShell *test)
237{

Callers 15

postTestActionMethod · 0.45
~CommandLineArgumentsMethod · 0.45
matchMethod · 0.45
runAllTestsMethod · 0.45
listTestGroupNamesMethod · 0.45
endOfGroupMethod · 0.45
unDoLastAddTestMethod · 0.45
removePluginByNameMethod · 0.45
countPluginsMethod · 0.45
getTestWithNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected