예제 #1
0
bool MockExpectedFunctionCall::isFulfilled()
{
	return isFulfilledWithoutIgnoredParameters() && areIgnoredParametersFulfilled();
}
예제 #2
0
bool MockCheckedExpectedCall::isFulfilled()
{
    return isFulfilledWithoutIgnoredParameters() && areIgnoredParametersFulfilled();
}