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

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

Private Properties

Property Type Description
A_Foreach_must_call_the_procedure_for_each_element void
A_Foreach_must_complete_future_with_failure_when_function_throws void
A_Foreach_must_complete_the_future_for_an_empty_stream void
A_Foreach_must_yield_the_first_error void

Public Methods

Method Description
FlowForeachSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
A_Foreach_must_call_the_procedure_for_each_element ( ) : void
A_Foreach_must_complete_future_with_failure_when_function_throws ( ) : void
A_Foreach_must_complete_the_future_for_an_empty_stream ( ) : void
A_Foreach_must_yield_the_first_error ( ) : void

Method Details

FlowForeachSpec() public method

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