Akka.Cluster.Tests.MultiNode.Routing.ClusterConsistentHashingRouterSpec.ClusterConsistentHashingRouterSpecs C# (CSharp) Method

ClusterConsistentHashingRouterSpecs() public method

public ClusterConsistentHashingRouterSpecs ( ) : void
return void
        public void ClusterConsistentHashingRouterSpecs()
        {
            A_cluster_router_with_consistent_hashing_pool_must_start_cluster_with2_nodes();
            A_cluster_router_with_consistent_hashing_pool_must_create_routees_from_configuration();
            A_cluster_router_with_consistent_hashing_pool_must_select_destination_based_on_hash_key();
            A_cluster_router_with_consistent_hashing_pool_must_deploy_routees_to_new_member_nodes_in_the_cluster();
            A_cluster_router_with_consistent_hashing_pool_must_deploy_programatically_defined_routees_to_the_member_nodes_in_the_cluster();
            A_cluster_router_with_consistent_hashing_pool_must_handle_combination_of_configured_router_and_programatically_defined_hash_mapping();
            A_cluster_router_with_consistent_hashing_pool_must_handle_combination_of_configured_router_and_programatically_defined_hash_mapping_and_cluster_config();
            A_cluster_router_with_consistent_hashing_pool_must_remove_routees_from_downed_node();
        }