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

Inheritance: Akka.Streams.TestKit.Tests.AkkaSpec
Afficher le fichier Open project: rogeralsing/akka.net

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
FlowCompileSpec ( ITestOutputHelper helper ) : System

Private Methods

Méthode 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 méthode

public FlowCompileSpec ( ITestOutputHelper helper ) : System
helper ITestOutputHelper
Résultat System