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

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

Public Methods

Method Description
FileSinkSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
CheckFileContent ( FileInfo f, string contents ) : void
SynchronousFileSink_should_allow_appending_to_file ( ) : void
SynchronousFileSink_should_allow_overriding_the_dispatcher_using_Attributes ( ) : void
SynchronousFileSink_should_by_default_write_into_existing_file ( ) : void
SynchronousFileSink_should_create_new_file_if_not_exists ( ) : void
SynchronousFileSink_should_use_dedicated_blocking_io_dispatcher_by_default ( ) : void
SynchronousFileSink_should_write_lines_to_a_file ( ) : void
TargetFile ( Action block, bool create = true ) : void

Method Details

FileSinkSpec() public method

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