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

Наследование: ScriptedTest
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
A_FLow_with_a_Sink_HeadOption_must_yield_default_for_empty_stream void
A_FLow_with_a_Sink_HeadOption_must_yield_the_first_error void
A_FLow_with_a_Sink_HeadOption_must_yield_the_first_value void
A_FLow_with_a_Sink_Head_must_yield_NoSuchElementException_for_empty_stream void
A_FLow_with_a_Sink_Head_must_yield_the_first_error void
A_FLow_with_a_Sink_Head_must_yield_the_first_value void
A_FLow_with_a_Sink_Head_must_yield_the_first_value_when_actively_constructing void

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

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

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

Метод Описание
A_FLow_with_a_Sink_HeadOption_must_yield_default_for_empty_stream ( ) : void
A_FLow_with_a_Sink_HeadOption_must_yield_the_first_error ( ) : void
A_FLow_with_a_Sink_HeadOption_must_yield_the_first_value ( ) : void
A_FLow_with_a_Sink_Head_must_yield_NoSuchElementException_for_empty_stream ( ) : void
A_FLow_with_a_Sink_Head_must_yield_the_first_error ( ) : void
A_FLow_with_a_Sink_Head_must_yield_the_first_value ( ) : void
A_FLow_with_a_Sink_Head_must_yield_the_first_value_when_actively_constructing ( ) : void

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

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

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