C# Class Akka.Cluster.Tools.Tests.MultiNode.ClusterClient.ClusterClientSpec

Inheritance: MultiNodeClusterSpec
Mostra file Open project: rogeralsing/akka.net

Private Properties

Property Type Description
AwaitCount void
CreateReceptionist void
GetRoleName RoleName
Join void

Public Methods

Method Description
ClusterClient_should_communicate_to_any_node_in_cluster ( ) : void
ClusterClient_should_demonstrate_usage ( ) : void
ClusterClient_should_reestablish_connection_to_another_receptionist_when_server_is_shutdown ( ) : void
ClusterClient_should_reestablish_connection_to_receptionist_after_partition ( ) : void
ClusterClient_should_startup_cluster ( ) : void

Protected Methods

Method Description
ClusterClientSpec ( ) : System
ClusterClientSpec ( ClusterClientSpecConfig config ) : System

Private Methods

Method Description
AwaitCount ( int expected ) : void
CreateReceptionist ( ) : void
GetRoleName ( Akka.Actor.Address address ) : RoleName
Join ( RoleName from, RoleName to ) : void

Method Details

ClusterClientSpec() protected method

protected ClusterClientSpec ( ) : System
return System

ClusterClientSpec() protected method

protected ClusterClientSpec ( ClusterClientSpecConfig config ) : System
config ClusterClientSpecConfig
return System

ClusterClient_should_communicate_to_any_node_in_cluster() public method

ClusterClient_should_demonstrate_usage() public method

public ClusterClient_should_demonstrate_usage ( ) : void
return void

ClusterClient_should_reestablish_connection_to_another_receptionist_when_server_is_shutdown() public method

ClusterClient_should_reestablish_connection_to_receptionist_after_partition() public method

ClusterClient_should_startup_cluster() public method

public ClusterClient_should_startup_cluster ( ) : void
return void