Esempio n. 1
0
 protected MultiNodeClusterSpec(MultiNodeConfig config, Type type)
     : base(config, type)
 {
     _assertions       = new XunitAssertions();
     _roleNameComparer = new RoleNameComparer(this);
 }
Esempio n. 2
0
 protected MinMembersBeforeUpBase(MultiNodeConfig config, Type type) : base(config, type)
 {
 }
Esempio n. 3
0
 protected MinMembersBeforeUpBase(MultiNodeConfig config) : base(config)
 {
 }