示例#1
0
        public void CellIntTestNegative(string input)
        {
            var value = new CellValue {
                Text = input
            };

            Assert.False(value.TryGetInt(out _));
        }