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

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

Private Properties

Property Type Description
A_TakeWhile_must_complete_the_future_for_an_empty_stream void
A_TakeWhile_must_continue_if_error void
A_TakeWhile_must_take_while_predicate_is_true void

Public Methods

Method Description
FlowTakeWhileSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
A_TakeWhile_must_complete_the_future_for_an_empty_stream ( ) : void
A_TakeWhile_must_continue_if_error ( ) : void
A_TakeWhile_must_take_while_predicate_is_true ( ) : void

Method Details

FlowTakeWhileSpec() public method

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