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

Method getFirstTest

src/CppUTest/TestRegistry.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224
225UtestShell* TestRegistry::getFirstTest()
226{
227 return tests_;
228}
229
230void TestRegistry::shuffleTests(size_t seed)
231{

Callers 2

shuffleTestsMethod · 0.45
reverseTestsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected