C# Class Polly.Specs.Retry.WaitAndRetryForeverSpecs

Inheritance: IDisposable
ファイルを表示 Open project: App-vNext/Polly

Public Methods

Method Description
Dispose ( ) : void
WaitAndRetryForeverSpecs ( ) : System

Private Methods

Method Description
Should_calculate_retry_timespans_from_current_retry_attempt_and_timespan_provider ( ) : void
Should_call_onretry_on_each_retry_with_the_current_exception ( ) : void
Should_create_new_context_for_each_call_to_policy ( ) : void
Should_not_call_onretry_when_no_retries_are_performed ( ) : void
Should_not_sleep_if_no_retries ( ) : void
Should_not_throw_regardless_of_how_many_times_one_of_the_specified_exception_is_raised ( ) : void
Should_not_throw_regardless_of_how_many_times_the_specified_exception_is_raised ( ) : void
Should_not_throw_when_one_of_the_specified_exception_predicates_are_satisfied ( ) : void
Should_not_throw_when_specified_exception_predicate_is_satisfied ( ) : void
Should_throw_when_exception_thrown_is_not_one_of_the_specified_exception_types ( ) : void
Should_throw_when_exception_thrown_is_not_the_specified_exception_type ( ) : void
Should_throw_when_none_of_the_specified_exception_predicates_are_satisfied ( ) : void
Should_throw_when_onretry_action_is_null_with_context ( ) : void
Should_throw_when_onretry_action_is_null_without_context ( ) : void
Should_throw_when_sleep_duration_provider_is_null_with_context ( ) : void
Should_throw_when_sleep_duration_provider_is_null_without_context ( ) : void
Should_throw_when_specified_exception_predicate_is_not_satisfied ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

WaitAndRetryForeverSpecs() public method

public WaitAndRetryForeverSpecs ( ) : System
return System