C# 클래스 Aspectacular.Test.RetryAspectsTest

파일 보기 프로젝트 열기: vgribok/Aspectacular

비공개 메소드들

메소드 설명
AbortedRetryTest ( ) : void
PersistentFailureTest ( ) : void
SimulateFailureFor ( uint millisec, bool throwExceptionOnFailure = true ) : object

Will be failing for a given period of time since test start.

SimulateFailureNTimes ( uint timesToFail, bool throwExceptionOnFailure = true ) : object

Will be failing a few times it's called.

SuccessAfterRetryTest ( ) : void