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

Inheritance: ScriptedTest
Datei anzeigen Open project: rogeralsing/akka.net

Private Properties

Property Type Description
A_Flow_with_OnComplete_must_invoke_callback_after_transform_and_foreach_steps void
A_Flow_with_OnComplete_must_invoke_callback_for_an_empty_stream void
A_Flow_with_OnComplete_must_invoke_callback_on_normal_completion void
A_Flow_with_OnComplete_must_yield_the_first_error void

Public Methods

Method Description
FlowOnCompleteSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
A_Flow_with_OnComplete_must_invoke_callback_after_transform_and_foreach_steps ( ) : void
A_Flow_with_OnComplete_must_invoke_callback_for_an_empty_stream ( ) : void
A_Flow_with_OnComplete_must_invoke_callback_on_normal_completion ( ) : void
A_Flow_with_OnComplete_must_yield_the_first_error ( ) : void

Method Details

FlowOnCompleteSpec() public method

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