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

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

Private Properties

Property Type Description
A_Take_complete_eagerly_when_zero_or_less_is_taken_independently_of_upstream_completion void
A_Take_must_not_Take_aynthing_for_negative_n void
A_Take_must_take void

Public Methods

Method Description
FlowTakeSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
A_Take_complete_eagerly_when_zero_or_less_is_taken_independently_of_upstream_completion ( ) : void
A_Take_must_not_Take_aynthing_for_negative_n ( ) : void
A_Take_must_take ( ) : void

Method Details

FlowTakeSpec() public method

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