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

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

Private Properties

Property Type Description
ConcatAll_must_on_OnError_on_master_stream_cancel_the_current_open_substream_and_signal_error void
ConcatAll_must_on_OnError_on_master_stream_cancel_the_currently_opening_substream_and_signal_error void
ConcatAll_must_on_OnError_on_open_substream_cancel_the_master_stream_and_signal_error void
ConcatAll_must_on_OnError_on_opening_substream_cancel_the_master_stream_and_signal_error void
ConcatAll_must_on_cancellation_cancel_the_current_open_substream_and_the_master_stream void
ConcatAll_must_on_cancellation_cancel_the_currently_opening_substream_and_the_master_stream void
ConcatAll_must_pass_along_early_cancellation void
ConcatAll_must_work_in_the_happy_case void
ConcatAll_must_work_together_with_SplitWhen void

Public Methods

Method Description
FlowConcatAllSpec ( ITestOutputHelper helper ) : System.Linq

Private Methods

Method Description
ConcatAll_must_on_OnError_on_master_stream_cancel_the_current_open_substream_and_signal_error ( ) : void
ConcatAll_must_on_OnError_on_master_stream_cancel_the_currently_opening_substream_and_signal_error ( ) : void
ConcatAll_must_on_OnError_on_open_substream_cancel_the_master_stream_and_signal_error ( ) : void
ConcatAll_must_on_OnError_on_opening_substream_cancel_the_master_stream_and_signal_error ( ) : void
ConcatAll_must_on_cancellation_cancel_the_current_open_substream_and_the_master_stream ( ) : void
ConcatAll_must_on_cancellation_cancel_the_currently_opening_substream_and_the_master_stream ( ) : void
ConcatAll_must_pass_along_early_cancellation ( ) : void
ConcatAll_must_work_in_the_happy_case ( ) : void
ConcatAll_must_work_together_with_SplitWhen ( ) : void

Method Details

FlowConcatAllSpec() public method

public FlowConcatAllSpec ( ITestOutputHelper helper ) : System.Linq
helper ITestOutputHelper
return System.Linq