public void CellDoubleTestFalse(string input) { var value = new CellValue { Text = input }; Assert.False(value.TryGetDouble(out _)); }