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

Method setName

src/CppUTestExt/MockExpectedCall.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void MockCheckedExpectedCall::setName(const SimpleString& name)
45{
46 functionName_ = name;
47}
48
49SimpleString MockCheckedExpectedCall::getName() const
50{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected