TeStereo report

@Test public void usingClientFollow() throws Exception { final JsonRepresentation givenAction=Util.givenAction(client,"ActionsEntities","list"); final ObjectActionRepresentation actionRepr=givenAction.as(ObjectActionRepresentation.class); final LinkRepresentation invokeLink=actionRepr.getInvoke(); assertThat(invokeLink,isLink(client).rel(Rel.INVOKE.andParam("action","list")).httpMethod(RestfulHttpMethod.GET).href(Matchers.endsWith(":39393/services/ActionsEntities/actions/list/invoke")).arguments(JsonRepresentation.newMap()).build()); final RestfulResponse restfulResponse=client.followT(invokeLink); then(restfulResponse); }