C# Class Akka.Streams.Tests.Dsl.GraphUnzipSpec

Inheritance: Akka.Streams.TestKit.Tests.AkkaSpec
Datei anzeigen Open project: rogeralsing/akka.net

Private Properties

Property Type Description
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

Public Methods

Method Description
GraphUnzipSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
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

Method Details

GraphUnzipSpec() public method

public GraphUnzipSpec ( ITestOutputHelper helper ) : System
helper ITestOutputHelper
return System