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

Method returnConstPointerValue

src/CppUTestExt/MockActualCall.cpp:570–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570const void * MockCheckedActualCall::returnConstPointerValue()
571{
572 return returnValue().getConstPointerValue();
573}
574
575const void * MockCheckedActualCall::returnConstPointerValueOrDefault(const void * default_value)
576{

Callers 3

TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

getConstPointerValueMethod · 0.80

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36