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

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

Private Properties

Property Type Description
SplitAfter_must_fail_stream_when_SplitAfter_function_throws void
SplitAfter_must_pass_along_early_cancellation void
SplitAfter_must_resume_stream_when_SplitAfter_function_throws void
SplitAfter_must_support_cancelling_substreams void
SplitAfter_must_support_eager_cancellation_of_master_stream_on_cancelling_substreams void
SplitAfter_must_work_in_the_happy_case void
SplitAfter_must_work_when_first_element_is_split_by void
SplitAfter_must_work_with_single_element_splits_by void
WithSubstreamsSupport void

Public Methods

Method Description
FlowSplitAfterSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
SplitAfter_must_fail_stream_when_SplitAfter_function_throws ( ) : void
SplitAfter_must_pass_along_early_cancellation ( ) : void
SplitAfter_must_resume_stream_when_SplitAfter_function_throws ( ) : void
SplitAfter_must_support_cancelling_substreams ( ) : void
SplitAfter_must_support_eager_cancellation_of_master_stream_on_cancelling_substreams ( ) : void
SplitAfter_must_work_in_the_happy_case ( ) : void
SplitAfter_must_work_when_first_element_is_split_by ( ) : void
SplitAfter_must_work_with_single_element_splits_by ( ) : void
WithSubstreamsSupport ( int splitAfter = 3, int elementCount = 6, SubstreamCancelStrategy substreamCancelStrategy = SubstreamCancelStrategy.Drain, NotUsed>.Action run = null ) : void

Method Details

FlowSplitAfterSpec() public method

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