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

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

Private Properties

Property Type Description
Flow_should_accept_Enumerable void
Flow_should_accept_Future void
Flow_should_append_Flow void
Flow_should_append_Sink void
Flow_should_append_Source void
Flow_should_not_run void
RunnableGraph_should_not_accepted_Sink void
RunnableGraph_should_not_be_accepted_by_Source void
RunnableGraph_should_run void
Sink_should_accept_Source void
Sink_should_not_accept_Sink void
Sink_should_not_run void
Source_should_accept_Sink void
Source_should_not_be_accepted_by_Source void
Source_should_not_run void

Public Methods

Method Description
FlowCompileSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
Flow_should_accept_Enumerable ( ) : void
Flow_should_accept_Future ( ) : void
Flow_should_append_Flow ( ) : void
Flow_should_append_Sink ( ) : void
Flow_should_append_Source ( ) : void
Flow_should_not_run ( ) : void
RunnableGraph_should_not_accepted_Sink ( ) : void
RunnableGraph_should_not_be_accepted_by_Source ( ) : void
RunnableGraph_should_run ( ) : void
Sink_should_accept_Source ( ) : void
Sink_should_not_accept_Sink ( ) : void
Sink_should_not_run ( ) : void
Source_should_accept_Sink ( ) : void
Source_should_not_be_accepted_by_Source ( ) : void
Source_should_not_run ( ) : void

Method Details

FlowCompileSpec() public method

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