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

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

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

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

비공개 메소드들

메소드 설명
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

메소드 상세

SubstreamSubscriptionTimeoutSpec() 공개 메소드

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