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

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

Private Properties

Свойство Тип Описание
ConcatAll_must_on_OnError_on_master_stream_cancel_the_current_open_substream_and_signal_error void
ConcatAll_must_on_OnError_on_master_stream_cancel_the_currently_opening_substream_and_signal_error void
ConcatAll_must_on_OnError_on_open_substream_cancel_the_master_stream_and_signal_error void
ConcatAll_must_on_OnError_on_opening_substream_cancel_the_master_stream_and_signal_error void
ConcatAll_must_on_cancellation_cancel_the_current_open_substream_and_the_master_stream void
ConcatAll_must_on_cancellation_cancel_the_currently_opening_substream_and_the_master_stream void
ConcatAll_must_pass_along_early_cancellation void
ConcatAll_must_work_in_the_happy_case void
ConcatAll_must_work_together_with_SplitWhen void

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

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

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

Метод Описание
ConcatAll_must_on_OnError_on_master_stream_cancel_the_current_open_substream_and_signal_error ( ) : void
ConcatAll_must_on_OnError_on_master_stream_cancel_the_currently_opening_substream_and_signal_error ( ) : void
ConcatAll_must_on_OnError_on_open_substream_cancel_the_master_stream_and_signal_error ( ) : void
ConcatAll_must_on_OnError_on_opening_substream_cancel_the_master_stream_and_signal_error ( ) : void
ConcatAll_must_on_cancellation_cancel_the_current_open_substream_and_the_master_stream ( ) : void
ConcatAll_must_on_cancellation_cancel_the_currently_opening_substream_and_the_master_stream ( ) : void
ConcatAll_must_pass_along_early_cancellation ( ) : void
ConcatAll_must_work_in_the_happy_case ( ) : void
ConcatAll_must_work_together_with_SplitWhen ( ) : void

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

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

public FlowConcatAllSpec ( ITestOutputHelper helper ) : System.Linq
helper ITestOutputHelper
Результат System.Linq