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

Inheritance: AkkaSpec
Datei anzeigen Open project: rogeralsing/akka.net

Private Properties

Property Type Description
A_Graph_with_materialized_value_must_allow_exposing_the_materialized_value_as_port void
A_Graph_with_materialized_value_must_allow_exposing_the_materialized_values_as_port_even_if_wrapped_and_the_final_materialized_value_is_unit void
A_Graph_with_materialized_value_must_expose_the_materialized_value_as_source void
A_Graph_with_materialized_value_must_expose_the_materialized_value_as_source_multiple_times void
A_Graph_with_materialized_value_must_work_also_when_the_sources_module_is_copied void
A_Graph_with_materialized_value_must_work_properly_with_nesting_and_reusing void

Public Methods

Method Description
GraphMatValueSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
A_Graph_with_materialized_value_must_allow_exposing_the_materialized_value_as_port ( ) : void
A_Graph_with_materialized_value_must_allow_exposing_the_materialized_values_as_port_even_if_wrapped_and_the_final_materialized_value_is_unit ( ) : void
A_Graph_with_materialized_value_must_expose_the_materialized_value_as_source ( ) : void
A_Graph_with_materialized_value_must_expose_the_materialized_value_as_source_multiple_times ( ) : void
A_Graph_with_materialized_value_must_work_also_when_the_sources_module_is_copied ( ) : void
A_Graph_with_materialized_value_must_work_properly_with_nesting_and_reusing ( ) : void

Method Details

GraphMatValueSpec() public method

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