Example #1
0
 public void Query_With_Invalid_ResourceId_Throws_ArgumentOutOfRangeException(string input)
 {
     Assert.That(() => mockClient.Query <object>(new SoqlQuery(), input), Throws.TypeOf <ArgumentOutOfRangeException>());
 }
Example #2
0
 public void Query_With_Invalid_ResourceId_Throws_ArgumentOutOfRangeException(string input)
 {
     mockClient.Query <object>(new SoqlQuery(), input);
 }