Exemplo n.º 1
0
        public void IsInt_ReturnFalse(string value)
        {
            var result = checkString.IsInt(value);

            Assert.IsFalse(result);
        }