C# Class Akka.TestKit.Tests.TestActorRefTests.TestActorRefSpec

Inheritance: AkkaSpec
Show file Open project: rogeralsing/akka.net

Public Properties

Property Type Description
Counter int
OtherThread Thread
Thread Thread

Private Properties

Property Type Description
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

Public Methods

Method Description
TestActorRefSpec ( ) : System

Private Methods

Method Description
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

Method Details

TestActorRefSpec() public method

public TestActorRefSpec ( ) : System
return System

Property Details

Counter public static property

public static int Counter
return int

OtherThread public static property

public static Thread OtherThread
return Thread

Thread public static property

public static Thread Thread
return Thread