Aspectacular.Test.RetryAspectsTest.PersistentFailureTest C# (CSharp) Method

PersistentFailureTest() private method

private PersistentFailureTest ( ) : void
return void
        public void PersistentFailureTest()
        {
            this.iteration = 0;
            Aspect retryAspect = new RetryCountAspect(3);
            this.GetProxy(AspectacularTest.MoreTestAspects(retryAspect)).Invoke(test => test.SimulateFailureNTimes(3, true));
        }