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