摘要:
testng基础知识:注解的执行顺序 1. 单类,无继承父子关系 code: 1 public class basicTest { 2 @BeforeSuite(alwaysRun = true) 3 public void beforeSuite_basicTest() throws Interr 阅读全文
posted @ 2022-08-21 23:01
sunny123456
阅读(391)
评论(0)
推荐(0)