Пример #1
0
 public void GetErrorNumberWithNullExceptionTest()
 {
     Assert.Null(RetryPolicy.GetErrorNumber(null));
 }