Example #1
0
 public void DeleteRow_With_Empty_RowId_Throws_ArgumentException(string input)
 {
     mockClient.DeleteRow(input, StringMocks.ResourceId);
 }
Example #2
0
 public void DeleteRow_With_Empty_RowId_Throws_ArgumentException(string input)
 {
     Assert.That(() => mockClient.DeleteRow(input, StringMocks.ResourceId), Throws.TypeOf <ArgumentException>());
 }