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

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

Private Properties

프로퍼티 타입 설명
SplitAfter_must_fail_stream_when_SplitAfter_function_throws void
SplitAfter_must_pass_along_early_cancellation void
SplitAfter_must_resume_stream_when_SplitAfter_function_throws void
SplitAfter_must_support_cancelling_substreams void
SplitAfter_must_support_eager_cancellation_of_master_stream_on_cancelling_substreams void
SplitAfter_must_work_in_the_happy_case void
SplitAfter_must_work_when_first_element_is_split_by void
SplitAfter_must_work_with_single_element_splits_by void
WithSubstreamsSupport void

공개 메소드들

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

비공개 메소드들

메소드 설명
SplitAfter_must_fail_stream_when_SplitAfter_function_throws ( ) : void
SplitAfter_must_pass_along_early_cancellation ( ) : void
SplitAfter_must_resume_stream_when_SplitAfter_function_throws ( ) : void
SplitAfter_must_support_cancelling_substreams ( ) : void
SplitAfter_must_support_eager_cancellation_of_master_stream_on_cancelling_substreams ( ) : void
SplitAfter_must_work_in_the_happy_case ( ) : void
SplitAfter_must_work_when_first_element_is_split_by ( ) : void
SplitAfter_must_work_with_single_element_splits_by ( ) : void
WithSubstreamsSupport ( int splitAfter = 3, int elementCount = 6, SubstreamCancelStrategy substreamCancelStrategy = SubstreamCancelStrategy.Drain, NotUsed>.Action run = null ) : void

메소드 상세

FlowSplitAfterSpec() 공개 메소드

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