public DefaultInstanceDescriptionImpl constructInstanceDescription(
DefaultClusterViewImpl clusterView, boolean isLeader,
boolean isOwn, String theSlingId, Map<String, String> properties)
throws Exception {
Resource res = new MockedResource(new MockedResourceResolver(),
"/foo/bar", "nt:unstructured");
return new EstablishedInstanceDescription(clusterView, res, theSlingId,
isLeader, isOwn);
}