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

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

Private Properties

프로퍼티 타입 설명
A_WatchTermination_must_complete_the_future_for_an_empty_stream void
A_WatchTermination_must_complete_the_future_for_graph void
A_WatchTermination_must_complete_the_future_when_stream_is_cancelled_from_downstream void
A_WatchTermination_must_complete_the_future_when_stream_is_completed void
A_WatchTermination_must_fail_the_future_when_stream_is_failed void

공개 메소드들

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

비공개 메소드들

메소드 설명
A_WatchTermination_must_complete_the_future_for_an_empty_stream ( ) : void
A_WatchTermination_must_complete_the_future_for_graph ( ) : void
A_WatchTermination_must_complete_the_future_when_stream_is_cancelled_from_downstream ( ) : void
A_WatchTermination_must_complete_the_future_when_stream_is_completed ( ) : void
A_WatchTermination_must_fail_the_future_when_stream_is_failed ( ) : void

메소드 상세

FlowWatchTerminationSpec() 공개 메소드

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