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

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

Private Properties

Property Type Description
A_Balance_must_balance_between_all_three_outputs void
A_Balance_must_balance_between_subscribers_which_signal_demand void
A_Balance_must_cancel_upstream_when_downstream_cancel void
A_Balance_must_fairly_balance_between_three_outputs void
A_Balance_must_produce_to_first_even_though_second_cancels void
A_Balance_must_produce_to_second_even_though_first_cancels void
A_Balance_must_support_waiting_for_demand_from_all_downstream_subscriptions void
A_Balance_must_support_waiting_for_demand_from_all_non_cancelled_downstream_subscriptions void
A_Balance_must_work_with_1_way_balance void
A_Balance_must_work_with_5_way_balance void

Public Methods

Method Description
GraphBalanceSpec ( ) : System

Private Methods

Method Description
A_Balance_must_balance_between_all_three_outputs ( ) : void
A_Balance_must_balance_between_subscribers_which_signal_demand ( ) : void
A_Balance_must_cancel_upstream_when_downstream_cancel ( ) : void
A_Balance_must_fairly_balance_between_three_outputs ( ) : void
A_Balance_must_produce_to_first_even_though_second_cancels ( ) : void
A_Balance_must_produce_to_second_even_though_first_cancels ( ) : void
A_Balance_must_support_waiting_for_demand_from_all_downstream_subscriptions ( ) : void
A_Balance_must_support_waiting_for_demand_from_all_non_cancelled_downstream_subscriptions ( ) : void
A_Balance_must_work_with_1_way_balance ( ) : void
A_Balance_must_work_with_5_way_balance ( ) : void

Method Details

GraphBalanceSpec() public method

public GraphBalanceSpec ( ) : System
return System