C# 클래스 Akka.Streams.Tests.Dsl.FlowThrottleSpec

상속: Akka.Streams.TestKit.Tests.AkkaSpec
파일 보기 프로젝트 열기: rogeralsing/akka.net

Private Properties

프로퍼티 타입 설명
GenerateByteString Akka.IO.ByteString
Throttle_for_single_cost_elements_must_burst_according_to_its_maximum_if_enough_time_passed void
Throttle_for_single_cost_elements_must_burst_some_elements_if_have_enough_time void
Throttle_for_single_cost_elements_must_cancel_when_downstream_cancels void
Throttle_for_single_cost_elements_must_emit_single_element_per_tick void
Throttle_for_single_cost_elements_must_not_send_downstream_if_upstream_does_not_emit_element void
Throttle_for_single_cost_elements_must_properly_combine_shape_and_throttle_modes void
Throttle_for_single_cost_elements_must_send_elements_downstream_as_soon_as_time_comes void
Throttle_for_single_cost_elements_must_throw_exception_when_exceeding_throughtput_in_enforced_mode void
Throttle_for_single_cost_elements_must_work_for_the_happy_case void
Throttle_for_various_cost_elements_must_burst_according_to_its_maximum_if_enough_time_passed void
Throttle_for_various_cost_elements_must_burst_some_elements_if_have_enough_time void
Throttle_for_various_cost_elements_must_cancel_when_downstream_cancels void
Throttle_for_various_cost_elements_must_emit_elements_according_to_cost void
Throttle_for_various_cost_elements_must_handle_rate_calculation_function_exception void
Throttle_for_various_cost_elements_must_not_send_downstream_if_upstream_does_not_emit_element void
Throttle_for_various_cost_elements_must_properly_combine_shape_and_throttle_modes void
Throttle_for_various_cost_elements_must_send_elements_downstream_as_soon_as_time_comes void
Throttle_for_various_cost_elements_must_throw_exception_when_exceeding_throughtput_in_enforced_mode void
Throttle_for_various_cost_elements_must_work_for_the_happy_case void

공개 메소드들

메소드 설명
FlowThrottleSpec ( ITestOutputHelper helper ) : System

비공개 메소드들

메소드 설명
GenerateByteString ( int length ) : ByteString
Throttle_for_single_cost_elements_must_burst_according_to_its_maximum_if_enough_time_passed ( ) : void
Throttle_for_single_cost_elements_must_burst_some_elements_if_have_enough_time ( ) : void
Throttle_for_single_cost_elements_must_cancel_when_downstream_cancels ( ) : void
Throttle_for_single_cost_elements_must_emit_single_element_per_tick ( ) : void
Throttle_for_single_cost_elements_must_not_send_downstream_if_upstream_does_not_emit_element ( ) : void
Throttle_for_single_cost_elements_must_properly_combine_shape_and_throttle_modes ( ) : void
Throttle_for_single_cost_elements_must_send_elements_downstream_as_soon_as_time_comes ( ) : void
Throttle_for_single_cost_elements_must_throw_exception_when_exceeding_throughtput_in_enforced_mode ( ) : void
Throttle_for_single_cost_elements_must_work_for_the_happy_case ( ) : void
Throttle_for_various_cost_elements_must_burst_according_to_its_maximum_if_enough_time_passed ( ) : void
Throttle_for_various_cost_elements_must_burst_some_elements_if_have_enough_time ( ) : void
Throttle_for_various_cost_elements_must_cancel_when_downstream_cancels ( ) : void
Throttle_for_various_cost_elements_must_emit_elements_according_to_cost ( ) : void
Throttle_for_various_cost_elements_must_handle_rate_calculation_function_exception ( ) : void
Throttle_for_various_cost_elements_must_not_send_downstream_if_upstream_does_not_emit_element ( ) : void
Throttle_for_various_cost_elements_must_properly_combine_shape_and_throttle_modes ( ) : void
Throttle_for_various_cost_elements_must_send_elements_downstream_as_soon_as_time_comes ( ) : void
Throttle_for_various_cost_elements_must_throw_exception_when_exceeding_throughtput_in_enforced_mode ( ) : void
Throttle_for_various_cost_elements_must_work_for_the_happy_case ( ) : void

메소드 상세

FlowThrottleSpec() 공개 메소드

public FlowThrottleSpec ( ITestOutputHelper helper ) : System
helper ITestOutputHelper
리턴 System