Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void MockCheckedExpectedCall::setName(const SimpleString& name)
45
{
46
functionName_ = name;
47
}
48
49
SimpleString MockCheckedExpectedCall::getName() const
50
{
Callers
1
MockExpectedCall.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected