public void IsInt_ReturnFalse(string value) { var result = checkString.IsInt(value); Assert.IsFalse(result); }