C# Class Tests.AttemptTests

Mostra file Open project: Core-Techs/Common

Private Methods

Method Description
CanCatchWhenExceptionIs ( ) : void
CanCatchWhenExceptionIsExactly ( ) : void
CanCatchWhenPredicateSatisfied ( ) : void
CanDoAsync ( ) : System.Threading.Tasks.Task
CanGetAsync ( ) : System.Threading.Tasks.Task
CanGetAsync2 ( ) : System.Threading.Tasks.Task
CanRepeatedlyDoAsync ( ) : System.Threading.Tasks.Task
CanRepeatedlyGetAsync ( ) : System.Threading.Tasks.Task
CanThrowWhenExceptionIs ( ) : void
CanThrowWhenExceptionIsExactly ( ) : void
CanThrowWhenPredicateSatisfied ( ) : void
DivByZero ( ) : int
NoCatchWhenExceptionIsNot ( ) : void
NoCatchWhenExceptionIsNotExactly ( ) : void
NoCatchWhenPredicateNotSatisfied ( ) : void
NoThrowWhenExceptionIsNot ( ) : void
NoThrowWhenExceptionIsNotExactly ( ) : void
NoThrowWhenPredicateNotSatisfied ( ) : void
RepeatedAttemptCatchWhereThrowsWhenPredNotSatisfied ( ) : void
RepeatedAttemptCatchWhere_CatchesWhenPredSatisfied ( ) : void
RepeatedAttemptThrowWhereCatchesWhenPredNotSatisfied ( ) : void
RepeatedAttemptThrowWhereThrowsWhenPredSatisfied ( ) : void