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

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

Private Properties

Property Type Description
FlowFlowGraph_Partial_must_be_able_to_build_and_reuse_complex_materializing_partial_graphs void
FlowFlowGraph_Partial_must_be_able_to_build_and_reuse_simple_materializing_partial_graphs void
FlowFlowGraph_Partial_must_be_able_to_build_and_reuse_simple_partial_graphs void
FlowFlowGraph_Partial_must_be_able_to_expose_the_ports_of_imported_graphs void

Public Methods

Method Description
GraphPartialSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
FlowFlowGraph_Partial_must_be_able_to_build_and_reuse_complex_materializing_partial_graphs ( ) : void
FlowFlowGraph_Partial_must_be_able_to_build_and_reuse_simple_materializing_partial_graphs ( ) : void
FlowFlowGraph_Partial_must_be_able_to_build_and_reuse_simple_partial_graphs ( ) : void
FlowFlowGraph_Partial_must_be_able_to_expose_the_ports_of_imported_graphs ( ) : void

Method Details

GraphPartialSpec() public method

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