Skip to content

Instantly share code, notes, and snippets.

@yongchun
Created December 27, 2013 13:20
Show Gist options
  • Save yongchun/8146844 to your computer and use it in GitHub Desktop.
Save yongchun/8146844 to your computer and use it in GitHub Desktop.
testng+jmock单元测试pom配置
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.5</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment