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

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

Private Properties

Property Type Description
A_Flow_with_SelectAsync_must_finish_after_task_failure void
A_Flow_with_SelectAsync_must_handle_cancel_properly void
A_Flow_with_SelectAsync_must_not_run_more_futures_than_configured void
A_Flow_with_SelectAsync_must_not_run_more_futures_than_requested_parallelism void
A_Flow_with_SelectAsync_must_produce_task_elements void
A_Flow_with_SelectAsync_must_produce_task_elements_in_order void
A_Flow_with_SelectAsync_must_resume_after_multiple_failures void
A_Flow_with_SelectAsync_must_resume_after_task_failure void
A_Flow_with_SelectAsync_must_resume_when_SelectAsync_throws void
A_Flow_with_SelectAsync_must_resume_when_task_is_completed_with_null void
A_Flow_with_SelectAsync_must_signal_NPE_when_task_is_completed_with_null void
A_Flow_with_SelectAsync_must_signal_error_from_MapAsync void
A_Flow_with_SelectAsync_must_signal_task_failure void

Public Methods

Method Description
FlowSelectAsyncSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
A_Flow_with_SelectAsync_must_finish_after_task_failure ( ) : void
A_Flow_with_SelectAsync_must_handle_cancel_properly ( ) : void
A_Flow_with_SelectAsync_must_not_run_more_futures_than_configured ( ) : void
A_Flow_with_SelectAsync_must_not_run_more_futures_than_requested_parallelism ( ) : void
A_Flow_with_SelectAsync_must_produce_task_elements ( ) : void
A_Flow_with_SelectAsync_must_produce_task_elements_in_order ( ) : void
A_Flow_with_SelectAsync_must_resume_after_multiple_failures ( ) : void
A_Flow_with_SelectAsync_must_resume_after_task_failure ( ) : void
A_Flow_with_SelectAsync_must_resume_when_SelectAsync_throws ( ) : void
A_Flow_with_SelectAsync_must_resume_when_task_is_completed_with_null ( ) : void
A_Flow_with_SelectAsync_must_signal_NPE_when_task_is_completed_with_null ( ) : void
A_Flow_with_SelectAsync_must_signal_error_from_MapAsync ( ) : void
A_Flow_with_SelectAsync_must_signal_task_failure ( ) : void

Method Details

FlowSelectAsyncSpec() public method

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