C# 클래스 Akka.TestKit.Tests.TestActorRefTests.TestActorRefSpec

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

공개 프로퍼티들

프로퍼티 타입 설명
Counter int
OtherThread Thread
Thread Thread

Private Properties

프로퍼티 타입 설명
AssertThread void
GetConfig Config
TestActorRef_must_allow_access_to_internals void
TestActorRef_must_allow_override_of_dispatcher void
TestActorRef_must_proxy_receive_for_the_underlying_actor_with_sender void
TestActorRef_must_proxy_receive_for_the_underlying_actor_without_sender void
TestActorRef_must_restart_when_killed void
TestActorRef_must_set_CallingThreadDispatcher void
TestActorRef_must_set_ReceiveTimeout_to_None void
TestActorRef_must_stop_when_sent_a_PoisonPill void
TestActorRef_must_support_futures void
TestActorRef_must_support_nested_Actor_creation_when_used_with_ActorRef void
TestActorRef_must_support_nested_Actor_creation_when_used_with_TestActorRef void
TestActorRef_must_support_reply_via_sender void
TestActorRef_name_must_start_with_double_dollar_sign void

공개 메소드들

메소드 설명
TestActorRefSpec ( ) : System

비공개 메소드들

메소드 설명
AssertThread ( ) : void
GetConfig ( ) : Config
TestActorRef_must_allow_access_to_internals ( ) : void
TestActorRef_must_allow_override_of_dispatcher ( ) : void
TestActorRef_must_proxy_receive_for_the_underlying_actor_with_sender ( ) : void
TestActorRef_must_proxy_receive_for_the_underlying_actor_without_sender ( ) : void
TestActorRef_must_restart_when_killed ( ) : void
TestActorRef_must_set_CallingThreadDispatcher ( ) : void
TestActorRef_must_set_ReceiveTimeout_to_None ( ) : void
TestActorRef_must_stop_when_sent_a_PoisonPill ( ) : void
TestActorRef_must_support_futures ( ) : void
TestActorRef_must_support_nested_Actor_creation_when_used_with_ActorRef ( ) : void
TestActorRef_must_support_nested_Actor_creation_when_used_with_TestActorRef ( ) : void
TestActorRef_must_support_reply_via_sender ( ) : void
TestActorRef_name_must_start_with_double_dollar_sign ( ) : void

메소드 상세

TestActorRefSpec() 공개 메소드

public TestActorRefSpec ( ) : System
리턴 System

프로퍼티 상세

Counter 공개적으로 정적으로 프로퍼티

public static int Counter
리턴 int

OtherThread 공개적으로 정적으로 프로퍼티

public static Thread OtherThread
리턴 Thread

Thread 공개적으로 정적으로 프로퍼티

public static Thread Thread
리턴 Thread