Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ next
Method
next
src/CppUTestExt/MockNamedValue.cpp:530–533 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
528
}
529
530
MockNamedValueListNode* MockNamedValueListNode::next()
531
{
532
return next_;
533
}
534
535
MockNamedValue* MockNamedValueListNode::item()
536
{
Callers
15
areParametersMatchingActualCall
Method · 0.80
resetActualCallMatchingState
Method · 0.80
inputParameterWasPassed
Method · 0.80
outputParameterWasPassed
Method · 0.80
callToString
Method · 0.80
missingParametersToString
Method · 0.80
clear
Method · 0.80
add
Method · 0.80
getValueByName
Method · 0.80
setMockFailureStandardReporter
Method · 0.80
installComparator
Method · 0.80
installCopier
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected