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

Method hasReturnValue

src/CppUTestExt/MockActualCall.cpp:609–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609bool MockCheckedActualCall::hasReturnValue()
610{
611 return ! returnValue().getName().isEmpty();
612}
613
614MockActualCall& MockCheckedActualCall::onObject(const void* objectPtr)
615{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected