TestNG测试套件

1、执行顺序 public class BasicAnnotation { //最基本的注解,用来把方法标记为测试的一部分; @Test public void testCase1(){ System.out.println(“这是测试用例1”); } @BeforeMethod public void beforeMethod(){ System.out.println(“BeforeMetho
相关文章
相关标签/搜索