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

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

Private Properties

프로퍼티 타입 설명
ConcatAll_must_on_OnError_on_master_stream_cancel_the_current_open_substream_and_signal_error void
ConcatAll_must_on_OnError_on_master_stream_cancel_the_currently_opening_substream_and_signal_error void
ConcatAll_must_on_OnError_on_open_substream_cancel_the_master_stream_and_signal_error void
ConcatAll_must_on_OnError_on_opening_substream_cancel_the_master_stream_and_signal_error void
ConcatAll_must_on_cancellation_cancel_the_current_open_substream_and_the_master_stream void
ConcatAll_must_on_cancellation_cancel_the_currently_opening_substream_and_the_master_stream void
ConcatAll_must_pass_along_early_cancellation void
ConcatAll_must_work_in_the_happy_case void
ConcatAll_must_work_together_with_SplitWhen void

공개 메소드들

메소드 설명
FlowConcatAllSpec ( ITestOutputHelper helper ) : System.Linq

비공개 메소드들

메소드 설명
ConcatAll_must_on_OnError_on_master_stream_cancel_the_current_open_substream_and_signal_error ( ) : void
ConcatAll_must_on_OnError_on_master_stream_cancel_the_currently_opening_substream_and_signal_error ( ) : void
ConcatAll_must_on_OnError_on_open_substream_cancel_the_master_stream_and_signal_error ( ) : void
ConcatAll_must_on_OnError_on_opening_substream_cancel_the_master_stream_and_signal_error ( ) : void
ConcatAll_must_on_cancellation_cancel_the_current_open_substream_and_the_master_stream ( ) : void
ConcatAll_must_on_cancellation_cancel_the_currently_opening_substream_and_the_master_stream ( ) : void
ConcatAll_must_pass_along_early_cancellation ( ) : void
ConcatAll_must_work_in_the_happy_case ( ) : void
ConcatAll_must_work_together_with_SplitWhen ( ) : void

메소드 상세

FlowConcatAllSpec() 공개 메소드

public FlowConcatAllSpec ( ITestOutputHelper helper ) : System.Linq
helper ITestOutputHelper
리턴 System.Linq