Configure the role names and participants of the test, including configuration settings
Ejemplo n.º 1
0
 protected MultiNodeSpec(MultiNodeConfig config, Type type) :
     this(config.Myself, ActorSystem.Create(type.Name, config.Config), config.Roles, config.Deployments)
 {
 }
Ejemplo n.º 2
0
 protected MultiNodeSpec(MultiNodeConfig config) :
     this(config.Myself, ActorSystem.Create(GetCallerName(), config.Config), config.Roles, config.Deployments)
 {
 }
Ejemplo n.º 3
0
 protected MultiNodeSpec(MultiNodeConfig config) :
     this(config.Myself, ActorSystem.Create(GetCallerName(), config.Config), config.Roles, config.Deployments)
 {
 }
Ejemplo n.º 4
0
 protected MinMembersBeforeUpBase(MultiNodeConfig config) : base(config)
 {
 }