C# Class Polly.Specs.Bulkhead.BulkheadSpecs

Inheritance: BulkheadSpecsHelper
Mostrar archivo Open project: App-vNext/Polly

Public Methods

Method Description
BulkheadSpecs ( ITestOutputHelper testOutputHelper ) : System

Private Methods

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

Method Details

BulkheadSpecs() public method

public BulkheadSpecs ( ITestOutputHelper testOutputHelper ) : System
testOutputHelper ITestOutputHelper
return System