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

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

Private Properties

Свойство Тип Описание
A_Limit_must_produce_empty_sequence_when_source_is_empty_and_n_is_equal_to_zero void
A_Limit_must_produce_n_messages_before_throwing_a_StreamLimitReachedException_when_n_lower_than_input_size void
A_Limit_must_produce_output_that_is_identical_to_the_input_when_n_greather_than_input_length void
A_Limit_must_produce_output_that_is_identical_to_the_input_when_n_is_equal_to_input_length void
A_Limit_must_throw_a_StreamLimitReachedException_when_n_lower_than_0 void

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

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

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

Метод Описание
A_Limit_must_produce_empty_sequence_when_source_is_empty_and_n_is_equal_to_zero ( ) : void
A_Limit_must_produce_n_messages_before_throwing_a_StreamLimitReachedException_when_n_lower_than_input_size ( ) : void
A_Limit_must_produce_output_that_is_identical_to_the_input_when_n_greather_than_input_length ( ) : void
A_Limit_must_produce_output_that_is_identical_to_the_input_when_n_is_equal_to_input_length ( ) : void
A_Limit_must_throw_a_StreamLimitReachedException_when_n_lower_than_0 ( ) : void

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

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

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