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

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

Private Properties

프로퍼티 타입 설명
GroupBy_must_abort_onError_from_upstream void
GroupBy_must_abort_onError_from_upstream_when_substreams_are_running void
GroupBy_must_accept_cancellation_of_master_stream_when_not_consume_anything void
GroupBy_must_fail_stream_when_GroupBy_function_throws void
GroupBy_must_fail_when_exceeding_maxSubstreams void
GroupBy_must_pass_along_early_cancellation void
GroupBy_must_resume_stream_when_GroupBy_function_throws void
GroupBy_must_support_cancelling_substreams void
GroupBy_must_work_in_normal_user_scenario void
GroupBy_must_work_in_the_happy_case void
GroupBy_must_work_with_empty_input_stream void
WithSubstreamsSupport void

공개 메소드들

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

비공개 메소드들

메소드 설명
GroupBy_must_abort_onError_from_upstream ( ) : void
GroupBy_must_abort_onError_from_upstream_when_substreams_are_running ( ) : void
GroupBy_must_accept_cancellation_of_master_stream_when_not_consume_anything ( ) : void
GroupBy_must_fail_stream_when_GroupBy_function_throws ( ) : void
GroupBy_must_fail_when_exceeding_maxSubstreams ( ) : void
GroupBy_must_pass_along_early_cancellation ( ) : void
GroupBy_must_resume_stream_when_GroupBy_function_throws ( ) : void
GroupBy_must_support_cancelling_substreams ( ) : void
GroupBy_must_work_in_normal_user_scenario ( ) : void
GroupBy_must_work_in_the_happy_case ( ) : void
GroupBy_must_work_with_empty_input_stream ( ) : void
WithSubstreamsSupport ( int groupCount = 2, int elementCount = 6, int maxSubstream = -1, NotUsed>.Action run = null ) : void

메소드 상세

FlowGroupBySpec() 공개 메소드

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