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

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

Private Properties

Свойство Тип Описание
PrefixAndTail_must_handle_OnError_when_no_substream_is_open void
PrefixAndTail_must_handle_OnError_when_substream_is_open void
PrefixAndTail_must_handle_master_stream_cancellation void
PrefixAndTail_must_handle_negative_take_count void
PrefixAndTail_must_handle_substream_cacellation void
PrefixAndTail_must_handle_zero_take_count void
PrefixAndTail_must_pass_along_early_cancellation void
PrefixAndTail_must_shut_down_main_stage_if_substream_is_empty_even_when_not_subscribed void
PrefixAndTail_must_signal_error_if_substream_has_been_not_subscribed_in_time void
PrefixAndTail_must_throw_if_tail_is_attempted_to_be_materialized_twice void
PrefixAndTail_must_work_even_if_tail_subscriber_arrives_after_substream_completion void
PrefixAndTail_must_work_if_size_of_tak_is_equal_to_stream_size void
PrefixAndTail_must_work_on_empty_input void
PrefixAndTail_must_work_on_longer_inputs void
PrefixAndTail_must_work_on_short_inputs void

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

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

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

Метод Описание
PrefixAndTail_must_handle_OnError_when_no_substream_is_open ( ) : void
PrefixAndTail_must_handle_OnError_when_substream_is_open ( ) : void
PrefixAndTail_must_handle_master_stream_cancellation ( ) : void
PrefixAndTail_must_handle_negative_take_count ( ) : void
PrefixAndTail_must_handle_substream_cacellation ( ) : void
PrefixAndTail_must_handle_zero_take_count ( ) : void
PrefixAndTail_must_pass_along_early_cancellation ( ) : void
PrefixAndTail_must_shut_down_main_stage_if_substream_is_empty_even_when_not_subscribed ( ) : void
PrefixAndTail_must_signal_error_if_substream_has_been_not_subscribed_in_time ( ) : void
PrefixAndTail_must_throw_if_tail_is_attempted_to_be_materialized_twice ( ) : void
PrefixAndTail_must_work_even_if_tail_subscriber_arrives_after_substream_completion ( ) : void
PrefixAndTail_must_work_if_size_of_tak_is_equal_to_stream_size ( ) : void
PrefixAndTail_must_work_on_empty_input ( ) : void
PrefixAndTail_must_work_on_longer_inputs ( ) : void
PrefixAndTail_must_work_on_short_inputs ( ) : void

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

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

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