Skip to content

Instantly share code, notes, and snippets.

@sourcerebels
Created April 9, 2011 11:47
Show Gist options
  • Save sourcerebels/911338 to your computer and use it in GitHub Desktop.
Save sourcerebels/911338 to your computer and use it in GitHub Desktop.
Hamcrest Maven dependency
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
assertThat(someCollection, hasItem(someItem));
assertThat(customerAge, greaterThan(REQUIDED_AGE));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment