8 references to GetEditedFormattedValue
System.Windows.Forms.Tests (8)
System\Windows\Forms\DataGridViewCellTests.cs (8)
3692
Assert.Null(cell.
GetEditedFormattedValue
(rowIndex, context));
3706
Assert.Null(cell.
GetEditedFormattedValue
(rowIndex, context));
3719
Assert.Null(cell.
GetEditedFormattedValue
(rowIndex, context));
3732
Assert.Null(cell.
GetEditedFormattedValue
(rowIndex, context));
3748
Assert.Empty((string)cell.
GetEditedFormattedValue
(0, context));
3766
Assert.Equal("Value", (string)cell.
GetEditedFormattedValue
(0, context));
3783
Assert.Empty((string)cell.
GetEditedFormattedValue
(0, context));
3803
Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.
GetEditedFormattedValue
(rowIndex, DataGridViewDataErrorContexts.Formatting));