Ejemplo n.º 1
1
		public void InvalidExceptionShouldNotBeTransient()
		{
			// this was throwing an exception during provider lookup

			RetryStrategy retry = new RetryStrategy();
			Assert.IsFalse(retry.IsTransientException(new InvalidOperationException()));
		}
Ejemplo n.º 2
0
        public void InvalidExceptionShouldNotBeTransient()
        {
            // this was throwing an exception during provider lookup

            RetryStrategy retry = new RetryStrategy();

            Assert.IsFalse(retry.IsTransientException(new InvalidOperationException()));
        }