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

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

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

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

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

Метод Описание
AssertSuccess ( Task task ) : void
QueueSource_should_buffer_when_needed ( ) : void
QueueSource_should_complete_watching_future_with_failure_if_stream_failed ( ) : void
QueueSource_should_emit_received_message_to_the_stream ( ) : void
QueueSource_should_fail_offer_future_if_user_does_not_wait_in_backpressure_mode ( ) : void
QueueSource_should_fail_offer_future_when_stream_is_completed ( ) : void
QueueSource_should_fail_stream_on_buffer_overflow_in_fail_mode ( ) : void
QueueSource_should_finish_offer_and_complete_futures_when_stream_completed ( ) : void
QueueSource_should_not_fail_when_0_buffer_space_and_demand_is_signalled ( ) : void
QueueSource_should_remember_pull_from_downstream_to_send_offered_element_immediately ( ) : void
QueueSource_should_return_false_when_element_was_not_added_to_buffer ( ) : void
QueueSource_should_wait_for_demand_when_buffer_is_0 ( ) : void
QueueSource_should_wait_when_buffer_is_full_and_backpressure_is_on ( ) : void

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

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

public QueueSourceSpec ( ITestOutputHelper output ) : System
output ITestOutputHelper
Результат System