bool MockExpectedFunctionCall::isFulfilled()
{
	return isFulfilledWithoutIgnoredParameters() && areIgnoredParametersFulfilled();
}
bool MockCheckedExpectedCall::isFulfilled()
{
    return isFulfilledWithoutIgnoredParameters() && areIgnoredParametersFulfilled();
}