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