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

Inheritance: Akka.Streams.TestKit.Tests.AkkaSpec
Mostra file Open project: rogeralsing/akka.net

Private Properties

Property Type Description
GroupBy_and_SplitWhen_must_not_timeout_and_cancel_substream_publisher_when_they_have_been_subscribed_to void
GroupBy_and_SplitWhen_must_timeout_and_cancel_substream_publisher_when_no_one_subscribes_to_them_after_some_time void
GroupBy_and_SplitWhen_must_timeout_and_stop_groupBy_parent_actor_if_none_of_the_substreams_are_actually_consumed void

Public Methods

Method Description
SubstreamSubscriptionTimeoutSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
GroupBy_and_SplitWhen_must_not_timeout_and_cancel_substream_publisher_when_they_have_been_subscribed_to ( ) : void
GroupBy_and_SplitWhen_must_timeout_and_cancel_substream_publisher_when_no_one_subscribes_to_them_after_some_time ( ) : void
GroupBy_and_SplitWhen_must_timeout_and_stop_groupBy_parent_actor_if_none_of_the_substreams_are_actually_consumed ( ) : void

Method Details

SubstreamSubscriptionTimeoutSpec() public method

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