Skip to content

Instantly share code, notes, and snippets.

@bmatthews68
Created May 4, 2013 10:44
Show Gist options
  • Select an option

  • Save bmatthews68/5517107 to your computer and use it in GitHub Desktop.

Select an option

Save bmatthews68/5517107 to your computer and use it in GitHub Desktop.
Testing dependencies
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-core</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment