}
}
@Test
public void itReturnsADocumentList() throws Exception {
final LinkListRepresentation docs = resource.listLinks(uriInfo, credentials, "bob", "document1.txt");
assertThat(docs.getDocument()).isEqualTo(document);
assertThat(docs.getUriInfo()).isEqualTo(uriInfo);
}