除了前面介绍的功能外,TestNG 还有一些使用技巧,相对比较简单,这里通过一个例子来演示。
import org.testng.annotations.Test; import static org.testng.AssertJUnit.assertEquals; public class