C# Class Akka.Remote.Tests.RemoteRouterSpec

Tests for RemoteRouterConfig
Inheritance: AkkaSpec
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
RemoteRouterSpec ( ) : System.Collections.Generic

Protected Methods

Method Description
AfterTermination ( ) : void

Private Methods

Method Description
RemoteRouter_must_deploy_dynamic_resizable_number_of_children_on_remote_host_driven_by_configuration ( ) : void
RemoteRouter_must_deploy_its_children_on_remote_host_driven_by_configuration ( ) : void
RemoteRouter_must_deploy_its_children_on_remote_host_driven_by_programmatic_definition ( ) : void
RemoteRouter_must_deploy_remote_routers_based_on_configuration ( ) : void
RemoteRouter_must_deploy_remote_routers_based_on_explicit_deployment ( ) : void
RemoteRouter_must_let_remote_deployment_be_overridden_by_local_configuration ( ) : void
RemoteRouter_must_let_remote_deployment_be_overridden_by_remote_configuration ( ) : void
RemoteRouter_must_let_remote_deployment_router_be_overridden_by_local_configuration ( ) : void
RemoteRouter_must_set_supplied_SupervisorStrategy ( ) : void

Method Details

AfterTermination() protected method

protected AfterTermination ( ) : void
return void

RemoteRouterSpec() public method

public RemoteRouterSpec ( ) : System.Collections.Generic
return System.Collections.Generic