C# Class Akka.Streams.Tests.IO.InputStreamSourceSpec

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

Public Methods

Method Description
InputStreamSourceSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
InputStreamSource_must_emit_as_soon_as_read ( ) : void
InputStreamSource_must_not_signal_when_no_demand ( ) : void
InputStreamSource_must_read_bytes_from_InputStream ( ) : void

Method Details

InputStreamSourceSpec() public method

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