C# Класс Akka.TestKit.Tests.TestActorRefTests.TestActorRefSpec

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

Открытые свойства

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