Example #1
0
 public void Replace_With_String_And_DataFormat_XML_And_ResourceId_Throws_ArgumentOutOfRangeException()
 {
     mockClient.Replace(String.Empty, SodaDataFormat.XML, StringMocks.ResourceId);
 }
Example #2
0
 public void Replace_With_String_And_DataFormat_XML_And_ResourceId_Throws_ArgumentOutOfRangeException()
 {
     Assert.That(() => mockClient.Replace(String.Empty, SodaDataFormat.XML, StringMocks.ResourceId), Throws.TypeOf <ArgumentOutOfRangeException>());
 }