C# 클래스 Akka.Streams.Tests.Dsl.ActorRefSourceSpec

상속: Akka.Streams.TestKit.Tests.AkkaSpec
파일 보기 프로젝트 열기: rogeralsing/akka.net

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ActorRefSourceSpec ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

ActorRefSourceSpec() 공개 메소드

public ActorRefSourceSpec ( ) : System
리턴 System