assertNotSame(((ListSystem) prevayler1.prevalentSystem()).text, ((ListSystem) prevayler2.prevalentSystem()).text);
}
private ClusteredPrevayler createPrevayler(String name) throws Exception {
factory.configurePrevalentSystem(new ListSystem());
return new ClusteredPrevayler(factory, prevalenceBase("old" + name), prevalenceBase("new" + name));
}