TestNG 的引入
這里我們依舊使用 Maven 的方式,引入 TestNG 到項目中。
<dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.8</ 原文轉自:http://gitbook.cn/books/58e54b57cfcd6fa52dcef1d2/index.html 共58頁(yè): 上一頁(yè)12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758下一頁(yè)
原文轉自:http://gitbook.cn/books/58e54b57cfcd6fa52dcef1d2/index.html