public void setUp() {
chf = createConsistentHashFactory();
chMembers = new ArrayList<Address>(CLUSTER_SIZE);
testAddresses = new TestTopologyAwareAddress[CLUSTER_SIZE];
for (int i = 0; i < 10; i++) {
testAddresses[i] = new TestTopologyAwareAddress(i * 100);
testAddresses[i].setName(Character.toString((char) ('A' + i)));
}
}