EasyMock.reset(this.partition, this.drm, this.lifecycle);
// Test one replicant, was not old master, is not new master
ClusterNode ourNode = EasyMock.createMock("ours", ClusterNode.class);
ClusterNode otherNode = EasyMock.createMock("other", ClusterNode.class);
nodes = Collections.singletonList(otherNode);
EasyMock.expect(this.partition.getDistributedReplicantManager()).andReturn(this.drm);
EasyMock.expect(this.drm.lookupReplicantsNodes(SERVICE_HA_NAME)).andReturn(nodes);