Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ isFulfilled
Method
isFulfilled
src/CppUTestExt/MockActualCall.cpp:362–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
}
361
362
bool MockCheckedActualCall::isFulfilled() const
363
{
364
return state_ == CALL_SUCCEED;
365
}
366
367
bool MockCheckedActualCall::hasFailed() const
368
{
Callers
6
amountOfUnfulfilledExpectations
Method · 0.45
hasUnfulfilledExpectations
Method · 0.45
unfulfilledCallsToString
Method · 0.45
fulfilledCallsToString
Method · 0.45
wasLastActualCallFulfilled
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36