TestNg's @BeforeTest on base class only happening once per fixture

前端 未结 4 545
名媛妹妹
名媛妹妹 2020-12-09 08:06

I\'m trying to use @BeforeTest to get code to ... run once before every test.

This is my code:

public class TestBase {
    @BeforeTest
    public voi         


        
4条回答
提交回复
热议问题