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

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

Private Properties

Property Type Description
A_Intersperse_must__complete_the_stage_when_the_Source_has_been_completed void
A_Intersperse_must_complete_the_stage_when_the_Sink_has_been_cancelled void
A_Intersperse_must_demonstrate_how_to_prepend_only void
A_Intersperse_must_inject_element_between_existing_elements void
A_Intersperse_must_inject_element_between_existing_elements_and_surround_with_start_and_end void
A_Intersperse_must_inject_element_between_existing_elements_when_downstream_is_aggregate void
A_Intersperse_must_surround_empty_stream_with_start_and_end void
A_Intersperse_must_surround_single_element_stream_with_start_and_end void

Public Methods

Method Description
FlowIntersperseSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
A_Intersperse_must__complete_the_stage_when_the_Source_has_been_completed ( ) : void
A_Intersperse_must_complete_the_stage_when_the_Sink_has_been_cancelled ( ) : void
A_Intersperse_must_demonstrate_how_to_prepend_only ( ) : void
A_Intersperse_must_inject_element_between_existing_elements ( ) : void
A_Intersperse_must_inject_element_between_existing_elements_and_surround_with_start_and_end ( ) : void
A_Intersperse_must_inject_element_between_existing_elements_when_downstream_is_aggregate ( ) : void
A_Intersperse_must_surround_empty_stream_with_start_and_end ( ) : void
A_Intersperse_must_surround_single_element_stream_with_start_and_end ( ) : void

Method Details

FlowIntersperseSpec() public method

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