C# Class Akka.Streams.Tests.Dsl.FlowWatchTerminationSpec

Inheritance: Akka.Streams.TestKit.Tests.AkkaSpec
Datei anzeigen Open project: rogeralsing/akka.net

Private Properties

Property Type Description
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

Public Methods

Method Description
FlowWatchTerminationSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
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

Method Details

FlowWatchTerminationSpec() public method

public FlowWatchTerminationSpec ( ITestOutputHelper helper ) : System
helper ITestOutputHelper
return System