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

Inheritance: Akka.Streams.TestKit.Tests.AkkaSpec
Afficher le fichier Open project: rogeralsing/akka.net

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
SubstreamSubscriptionTimeoutSpec ( ITestOutputHelper helper ) : System

Private Methods

Méthode 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 méthode

public SubstreamSubscriptionTimeoutSpec ( ITestOutputHelper helper ) : System
helper ITestOutputHelper
Résultat System