public void IntIsAccepted() { Attempt <int> attempt = _arabicNumeralValidator.ConvertToArabicNumber("1234"); Assert.IsFalse(attempt.Failed); }