TestNG 的引入
这里我们依旧使用 Maven 的方式,引入 TestNG 到项目中。
<dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.8</ 原文转自:http://gitbook.cn/books/58e54b57cfcd6fa52dcef1d2/index.html 共58页: 上一页12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758下一页
原文转自:http://gitbook.cn/books/58e54b57cfcd6fa52dcef1d2/index.html