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

Method returnStringValue

src/CppUTestExt/MockActualCall.cpp:604–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602}
603
604const char * MockCheckedActualCall::returnStringValue()
605{
606 return returnValue().getStringValue();
607}
608
609bool MockCheckedActualCall::hasReturnValue()
610{

Callers 3

stringReturnValue_cFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

getStringValueMethod · 0.80

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36