TestNG測試套件

1、執行順序 public class BasicAnnotation { //最基本的註解,用來把方法標記爲測試的一部分; @Test public void testCase1(){ System.out.println(「這是測試用例1」); } @BeforeMethod public void beforeMethod(){ System.out.println(「BeforeMetho
相關文章
相關標籤/搜索