Esempio n. 1
0
bool MockExpectedFunctionCall::isFulfilled()
{
	return isFulfilledWithoutIgnoredParameters() && areIgnoredParametersFulfilled();
}
Esempio n. 2
0
bool MockCheckedExpectedCall::isFulfilled()
{
    return isFulfilledWithoutIgnoredParameters() && areIgnoredParametersFulfilled();
}