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

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

Private Properties

프로퍼티 타입 설명
A_Recover_must_failed_stream_if_handler_is_not_for_such_exception_type void
A_Recover_must_finish_stream_if_it_is_empty void
A_Recover_must_not_influece_stream_when_there_is_no_exception void
A_Recover_must_recover_when_there_is_a_handler void

공개 메소드들

메소드 설명
FlowRecoverSpec ( ITestOutputHelper helper ) : System.Linq

비공개 메소드들

메소드 설명
A_Recover_must_failed_stream_if_handler_is_not_for_such_exception_type ( ) : void
A_Recover_must_finish_stream_if_it_is_empty ( ) : void
A_Recover_must_not_influece_stream_when_there_is_no_exception ( ) : void
A_Recover_must_recover_when_there_is_a_handler ( ) : void

메소드 상세

FlowRecoverSpec() 공개 메소드

public FlowRecoverSpec ( ITestOutputHelper helper ) : System.Linq
helper ITestOutputHelper
리턴 System.Linq