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

Method getName

src/CppUTestExt/MockActualCall.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47SimpleString MockCheckedActualCall::getName() const
48{
49 return functionName_;
50}
51
52MockCheckedActualCall::MockCheckedActualCall(unsigned int callOrder, MockFailureReporter* reporter, const MockExpectedCallsList& allExpectations)
53 : callOrder_(callOrder), reporter_(reporter), state_(CALL_SUCCEED), expectationsChecked_(false), matchingExpectation_(NULLPTR),

Callers 4

copyOutputParametersMethod · 0.45
checkInputParameterMethod · 0.45
checkOutputParameterMethod · 0.45
hasReturnValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected