C# Класс Akka.Streams.Tests.Dsl.FlowRecoverWithSpec

Наследование: Akka.Streams.TestKit.Tests.AkkaSpec
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
A_RecoverWith_must_be_able_to_recover_with_the_same_unmaterialized_source_if_configured void
A_RecoverWith_must_cancel_substream_if_parent_is_terminated_when_there_is_a_handler void
A_RecoverWith_must_failed_stream_if_handler_is_not_for_such_exception_type void
A_RecoverWith_must_finish_stream_if_it_is_empty void
A_RecoverWith_must_not_influece_stream_when_there_is_no_exception void
A_RecoverWith_must_recover_when_there_is_a_handler void
A_RecoverWith_must_switch_the_second_time_if_alternative_source_throws_exception void
A_RecoverWith_must_terminate_with_exception_if_alternative_source_failed void

Открытые методы

Метод Описание
FlowRecoverWithSpec ( ITestOutputHelper helper ) : System

Приватные методы

Метод Описание
A_RecoverWith_must_be_able_to_recover_with_the_same_unmaterialized_source_if_configured ( ) : void
A_RecoverWith_must_cancel_substream_if_parent_is_terminated_when_there_is_a_handler ( ) : void
A_RecoverWith_must_failed_stream_if_handler_is_not_for_such_exception_type ( ) : void
A_RecoverWith_must_finish_stream_if_it_is_empty ( ) : void
A_RecoverWith_must_not_influece_stream_when_there_is_no_exception ( ) : void
A_RecoverWith_must_recover_when_there_is_a_handler ( ) : void
A_RecoverWith_must_switch_the_second_time_if_alternative_source_throws_exception ( ) : void
A_RecoverWith_must_terminate_with_exception_if_alternative_source_failed ( ) : void

Описание методов

FlowRecoverWithSpec() публичный Метод

public FlowRecoverWithSpec ( ITestOutputHelper helper ) : System
helper ITestOutputHelper
Результат System