Skip to content

Instantly share code, notes, and snippets.

@sizovs
Last active August 29, 2015 14:12
Show Gist options
  • Save sizovs/d41fe7a4c5e79d03f1dc to your computer and use it in GitHub Desktop.
Save sizovs/d41fe7a4c5e79d03f1dc to your computer and use it in GitHub Desktop.
Method method = PersonController.class.getMethod("show", Long.class);
Link link = linkTo(method, 2L).withSelfRel();
assertThat(link.getHref(), is("/people/2")));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment