C# Class Aspectacular.Test.RetryAspectsTest

Datei anzeigen Open project: vgribok/Aspectacular

Private Methods

Method Description
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