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

Function StringFrom

src/CppUTestExt/MockExpectedCall.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39SimpleString StringFrom(const MockNamedValue& parameter)
40{
41 return parameter.toString();
42}
43
44void MockCheckedExpectedCall::setName(const SimpleString& name)
45{

Callers 4

toStringMethod · 0.70
MockActualCall.cppFile · 0.70

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected