for (int i = 0; i < n; i++)
{
participants[i].getManager()
.getStateMachineEngine()
.registerStateModelFactory("MasterSlave",
new MockMSModelFactory(),
"TestDB1_Factory");
}
result =
ClusterStateVerifier.verifyByZkCallback(new BestPossAndExtViewZkVerifier(ZK_ADDR,