Example #1
0
 public void DSMAPI_With_Invalid_ResourceId_Throws_ArgumentOutOfRangeException(string input)
 {
     Assert.That(() => mockClient.CreateRevision(StringMocks.NonEmptyInput, input), Throws.TypeOf <ArgumentOutOfRangeException>());
 }