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

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

Private Properties

Property Type Description
A_ActorRefSource_must_after_receiving_Status_Success_allow_for_earliner_completion_with_PoisonPill void
A_ActorRefSource_must_buffer_when_needed void
A_ActorRefSource_must_completes_the_stream_immediatly_when_receiving_PoisonPill void
A_ActorRefSource_must_drop_new_when_full_and_with_DropNew_strategy void
A_ActorRefSource_must_emit_received_messages_to_the_stream void
A_ActorRefSource_must_fail_the_stream_when_receiving_Status_Failure void
A_ActorRefSource_must_not_buffer_elements_after_receiving_Status_Success void
A_ActorRefSource_must_not_fail_when_0_buffer_space_and_demand_is_signalled void
A_ActorRefSource_must_set_actor_name_equal_to_stage_name void
A_ActorRefSource_must_signal_buffered_elements_and_complete_the_stream_after_receiving_Status_Success void
A_ActorRefSource_must_terminate_when_the_stream_is_cancelled void

Public Methods

Method Description
ActorRefSourceSpec ( ) : System

Private Methods

Method Description
A_ActorRefSource_must_after_receiving_Status_Success_allow_for_earliner_completion_with_PoisonPill ( ) : void
A_ActorRefSource_must_buffer_when_needed ( ) : void
A_ActorRefSource_must_completes_the_stream_immediatly_when_receiving_PoisonPill ( ) : void
A_ActorRefSource_must_drop_new_when_full_and_with_DropNew_strategy ( ) : void
A_ActorRefSource_must_emit_received_messages_to_the_stream ( ) : void
A_ActorRefSource_must_fail_the_stream_when_receiving_Status_Failure ( ) : void
A_ActorRefSource_must_not_buffer_elements_after_receiving_Status_Success ( ) : void
A_ActorRefSource_must_not_fail_when_0_buffer_space_and_demand_is_signalled ( ) : void
A_ActorRefSource_must_set_actor_name_equal_to_stage_name ( ) : void
A_ActorRefSource_must_signal_buffered_elements_and_complete_the_stream_after_receiving_Status_Success ( ) : void
A_ActorRefSource_must_terminate_when_the_stream_is_cancelled ( ) : void

Method Details

ActorRefSourceSpec() public method

public ActorRefSourceSpec ( ) : System
return System