C# Класс Akka.Streams.Tests.Dsl.GraphBackedFlowSpec

Наследование: Akka.Streams.TestKit.Tests.AkkaSpec
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
GraphBackedFlowSpec ( ITestOutputHelper helper ) : System

Приватные методы

Метод Описание
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

Описание методов

GraphBackedFlowSpec() публичный Метод

public GraphBackedFlowSpec ( ITestOutputHelper helper ) : System
helper ITestOutputHelper
Результат System