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

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

Private Properties

Property Type Description
FileSource_should_complete_only_when_all_contents_of_a_file_have_been_signalled void
FileSource_should_count_lines_in_a_real_file void
FileSource_should_onError_when_trying_to_read_from_file_which_does_not_exist void
FileSource_should_read_contents_from_a_file void
FileSource_should_should_allow_overriding_the_dispather_using_Attributes void
FileSource_should_use_dedicated_blocking_io_dispatcher_by_default void
ManyLines System.IO.FileInfo
NotExistingFile System.IO.FileInfo
TestFile System.IO.FileInfo

Public Methods

Method Description
FileSourceSpec ( ITestOutputHelper helper ) : System

Protected Methods

Method Description
AfterAll ( ) : void

Private Methods

Method Description
FileSource_should_complete_only_when_all_contents_of_a_file_have_been_signalled ( ) : void
FileSource_should_count_lines_in_a_real_file ( int chunkSize, int readAhead ) : void
FileSource_should_onError_when_trying_to_read_from_file_which_does_not_exist ( ) : void
FileSource_should_read_contents_from_a_file ( ) : void
FileSource_should_should_allow_overriding_the_dispather_using_Attributes ( ) : void
FileSource_should_use_dedicated_blocking_io_dispatcher_by_default ( ) : void
ManyLines ( ) : FileInfo
NotExistingFile ( ) : FileInfo
TestFile ( ) : FileInfo

Method Details

AfterAll() protected method

protected AfterAll ( ) : void
return void

FileSourceSpec() public method

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