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

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

Private Properties

Property Type Description
FlowGraphs_when_turned_into_flows_should_be_reusable_multiple_times void
FlowGraphs_when_turned_into_flows_should_be_transformable_with_a_Pipe void
FlowGraphs_when_turned_into_flows_should_work_with_a_Source_and_Sink void
FlowGraphs_when_turned_into_flows_should_work_with_another_GraphFlow void
FlowGraphs_when_turned_into_sinks_should_be_transformable_with_a_Pipe void
FlowGraphs_when_turned_into_sinks_should_work_with_a_GraphFlow void
FlowGraphs_when_turned_into_sinks_should_work_with_a_Source void
FlowGraphs_when_turned_into_sinks_should_work_with_a_Source_when_having_KeyedSink_inside void
FlowGraphs_when_turned_into_sources_should_be_reusable_multiple_times void
FlowGraphs_when_turned_into_sources_should_be_transformable_with_a_Pipe void
FlowGraphs_when_turned_into_sources_should_work_with_a_Sink void
FlowGraphs_when_turned_into_sources_should_work_with_a_Sink_when_having_KeyedSource_inside void
FlowGraphs_when_turned_into_sources_should_work_with_an_GraphFlow void
FlowGraphs_when_used_together_should_allow_connecting_source_to_sink_directly void
FlowGraphs_when_used_together_should_materialize_properly void
PartialGraph IGraph,NotUsed>
ValidateProbe void

Public Methods

Method Description
GraphBackedFlowSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
FlowGraphs_when_turned_into_flows_should_be_reusable_multiple_times ( ) : void
FlowGraphs_when_turned_into_flows_should_be_transformable_with_a_Pipe ( ) : void
FlowGraphs_when_turned_into_flows_should_work_with_a_Source_and_Sink ( ) : void
FlowGraphs_when_turned_into_flows_should_work_with_another_GraphFlow ( ) : void
FlowGraphs_when_turned_into_sinks_should_be_transformable_with_a_Pipe ( ) : void
FlowGraphs_when_turned_into_sinks_should_work_with_a_GraphFlow ( ) : void
FlowGraphs_when_turned_into_sinks_should_work_with_a_Source ( ) : void
FlowGraphs_when_turned_into_sinks_should_work_with_a_Source_when_having_KeyedSink_inside ( ) : void
FlowGraphs_when_turned_into_sources_should_be_reusable_multiple_times ( ) : void
FlowGraphs_when_turned_into_sources_should_be_transformable_with_a_Pipe ( ) : void
FlowGraphs_when_turned_into_sources_should_work_with_a_Sink ( ) : void
FlowGraphs_when_turned_into_sources_should_work_with_a_Sink_when_having_KeyedSource_inside ( ) : void
FlowGraphs_when_turned_into_sources_should_work_with_an_GraphFlow ( ) : void
FlowGraphs_when_used_together_should_allow_connecting_source_to_sink_directly ( ) : void
FlowGraphs_when_used_together_should_materialize_properly ( ) : void
PartialGraph ( ) : IGraph,NotUsed>
ValidateProbe ( TestSubscriber probe, int requests, IEnumerable result ) : void

Method Details

GraphBackedFlowSpec() public method

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