Akka.Cluster.Tests.MultiNode.ClusterDeathWatchSpec.ClusterDeathWatchSpecTests C# (CSharp) Method

ClusterDeathWatchSpecTests() private method

private ClusterDeathWatchSpecTests ( ) : void
return void
        public void ClusterDeathWatchSpecTests()
        {
            An_actor_watching_a_remote_actor_in_the_cluster_must_receive_terminated_when_watched_node_becomes_down_removed();
            //AnActorWatchingARemoteActorInTheClusterMustReceiveTerminatedWhenWatchedPathDoesNotExist();
            An_actor_watching_a_remote_actor_in_the_cluster_must_be_able_to_watch_actor_before_node_joins_cluster_and_cluster_remote_watcher_takes_over_from_remote_watcher();
            An_actor_watching_a_remote_actor_in_the_cluster_must_be_able_to_shutdown_system_when_using_remote_deployed_actor_on_node_that_crashed();
        }