C# 클래스 Polly.Specs.Bulkhead.BulkheadSpecs

상속: BulkheadSpecsHelper
파일 보기 프로젝트 열기: App-vNext/Polly

공개 메소드들

메소드 설명
BulkheadSpecs ( ITestOutputHelper testOutputHelper ) : System

비공개 메소드들

메소드 설명
Should_call_onBulkheadRejected_with_passed_context ( ) : void
Should_control_executions_queuing_and_rejections_per_specification_with_cancellations ( int maxParallelization, int maxQueuingActions, int totalActions, string because, bool cancelQueuing, bool cancelExecuting ) : void
Should_throw_when_maxparallelization_less_or_equal_to_zero ( ) : void
Should_throw_when_maxqueuedactions_less_than_zero ( ) : void
Should_throw_when_onBulkheadRejected_is_null ( ) : void

메소드 상세

BulkheadSpecs() 공개 메소드

public BulkheadSpecs ( ITestOutputHelper testOutputHelper ) : System
testOutputHelper ITestOutputHelper
리턴 System