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