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

Method getName

src/CppUTestExt/MockExpectedCall.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49SimpleString MockCheckedExpectedCall::getName() const
50{
51 return functionName_;
52}
53
54MockCheckedExpectedCall::MockCheckedExpectedCall()
55 : ignoreOtherParameters_(false), isActualCallMatchFinalized_(false),

Callers 6

hasInputParameterMethod · 0.45
hasOutputParameterMethod · 0.45
callToStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected