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

Method getStringValue

src/CppUTestExt/MockNamedValue.cpp:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315const char* MockNamedValue::getStringValue() const
316{
317 STRCMP_EQUAL("const char*", type_.asCharString());
318 return value_.stringValue_;
319}
320
321void* MockNamedValue::getPointerValue() const
322{

Callers 6

returnStringValueMethod · 0.80
stringReturnValueMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

asCharStringMethod · 0.80

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64