6 references to SetValues
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataGridViewRowTests.cs (6)
5689Assert.Equal(expectedResult, row.SetValues(values)); 5705Assert.Equal(expectedResult, row.SetValues(values)); 5714Assert.False(row.SetValues([1])); 5727Assert.Throws<ArgumentNullException>("values", () => row.SetValues(null)); 5740Assert.Throws<InvalidOperationException>(() => row.SetValues(Array.Empty<object>())); 5752Assert.Throws<InvalidOperationException>(() => row.SetValues(Array.Empty<object>()));