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

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

Private Properties

Свойство Тип Описание
A_WatchTermination_must_complete_the_future_for_an_empty_stream void
A_WatchTermination_must_complete_the_future_for_graph void
A_WatchTermination_must_complete_the_future_when_stream_is_cancelled_from_downstream void
A_WatchTermination_must_complete_the_future_when_stream_is_completed void
A_WatchTermination_must_fail_the_future_when_stream_is_failed void

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

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

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

Метод Описание
A_WatchTermination_must_complete_the_future_for_an_empty_stream ( ) : void
A_WatchTermination_must_complete_the_future_for_graph ( ) : void
A_WatchTermination_must_complete_the_future_when_stream_is_cancelled_from_downstream ( ) : void
A_WatchTermination_must_complete_the_future_when_stream_is_completed ( ) : void
A_WatchTermination_must_fail_the_future_when_stream_is_failed ( ) : void

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

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

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