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

Method hasData

src/CppUTestExt/MockSupport.cpp:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339
340
341bool MockSupport::hasData(const SimpleString& name)
342{
343 return data_.getValueByName(name) != NULLPTR;
344}
345
346MockNamedValue* MockSupport::retrieveDataFromStore(const SimpleString& name)
347{

Callers 2

TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

getValueByNameMethod · 0.80

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64