public void testRepresentation() throws Exception
{
GetMethod getMethod = executeGet(getFullUri(RootResource.class));
Assert.assertEquals(getHttpMethodInfo(getMethod), HttpStatus.SC_OK, getMethod.getStatusCode());
Xwiki xwiki = (Xwiki) unmarshaller.unmarshal(getMethod.getResponseBodyAsStream());
Link link = getFirstLinkByRelation(xwiki, Relations.WIKIS);
Assert.assertNotNull(link);
link = getFirstLinkByRelation(xwiki, Relations.SYNTAXES);