标签: parameters testng
在我的@Test方法之前,用@BeforeMethod或@BeforeClass装饰的方法成功利用了testng xml中设置的参数。但是,@BeforeSuite不是,默认为方法中指定的@Optional值。这符合预期吗?
@Test
@BeforeMethod
@BeforeClass
@BeforeSuite
@Optional