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

Method returnPointerValue

src/CppUTestExt/MockActualCall.cpp:565–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void * MockCheckedActualCall::returnPointerValue()
566{
567 return returnValue().getPointerValue();
568}
569
570const void * MockCheckedActualCall::returnConstPointerValue()
571{

Callers 3

pointerReturnValue_cFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

getPointerValueMethod · 0.80

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36