Skip to content

Instantly share code, notes, and snippets.

@colinbut
Created August 4, 2018 15:41
Show Gist options
  • Save colinbut/419e89e18a33dfa5768b301d8aba166b to your computer and use it in GitHub Desktop.
Save colinbut/419e89e18a33dfa5768b301d8aba166b to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.7.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.7.3</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment