C# Class Polly.Specs.CircuitBreaker.CircuitBreakerTResultMixedResultExceptionSpecs

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

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
Should_call_onbreak_with_the_last_handled_result ( ) : void
Should_call_onbreak_with_the_last_raised_exception ( ) : void
Should_not_open_circuit_if_exception_thrown_is_not_one_of_the_configured_results_or_exceptions ( ) : void
Should_not_open_circuit_if_result_raised_or_exception_thrown_is_not_one_of_the_handled_results_or_exceptions ( ) : void
Should_not_open_circuit_if_result_returned_does_not_match_any_of_the_result_predicates ( ) : void
Should_not_open_circuit_if_result_returned_is_not_one_of_the_configured_results_or_exceptions ( ) : void
Should_open_circuit_again_after_the_specified_duration_has_passed_if_the_next_call_raises_a_fault ( ) : void
Should_open_circuit_again_after_the_specified_duration_has_passed_if_the_next_call_raises_an_exception ( ) : void
Should_open_circuit_if_results_and_exceptions_returned_match_combination_of_the_result_and_exception_predicates ( ) : void
Should_open_circuit_with_exception_after_specified_number_of_specified_exception_have_been_returned_when_result_policy_handling_exceptions_only ( ) : void
Should_open_circuit_with_the_last_exception_after_specified_number_of_exceptions_and_results_have_been_raised__breaking_on_result__when_configuring_exception_first ( ) : void
Should_open_circuit_with_the_last_exception_after_specified_number_of_exceptions_and_results_have_been_raised__breaking_on_result__when_configuring_result_first ( ) : void
Should_open_circuit_with_the_last_exception_after_specified_number_of_exceptions_and_results_have_been_raised__configuring_multiple_results_and_exceptions ( ) : void
Should_open_circuit_with_the_last_handled_result_after_specified_number_of_exceptions_and_results_have_been_raised__breaking_on_result__when_configuring_exception_first ( ) : void
Should_open_circuit_with_the_last_handled_result_after_specified_number_of_exceptions_and_results_have_been_raised__breaking_on_result__when_configuring_result_first ( ) : void
Should_open_circuit_with_the_last_handled_result_after_specified_number_of_exceptions_and_results_have_been_raised__when_configuring_multiple_results_and_exceptions ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void