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

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

Private Properties

프로퍼티 타입 설명
A_Unzip_must_cancel_upstream_when_downstream_cancel void
A_Unzip_must_produce_to_left_downstream_even_though_right_downstream_cancels void
A_Unzip_must_produce_to_right_downstream_even_though_left_downstream_cancels void
A_Unzip_must_unzip_to_two_subscribers void
A_Unzip_must_work_with_Zip void

공개 메소드들

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

비공개 메소드들

메소드 설명
A_Unzip_must_cancel_upstream_when_downstream_cancel ( ) : void
A_Unzip_must_produce_to_left_downstream_even_though_right_downstream_cancels ( ) : void
A_Unzip_must_produce_to_right_downstream_even_though_left_downstream_cancels ( ) : void
A_Unzip_must_unzip_to_two_subscribers ( ) : void
A_Unzip_must_work_with_Zip ( ) : void

메소드 상세

GraphUnzipSpec() 공개 메소드

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