TestNg參數化——DataProvider註解

@DataProvider(name="methodData") 描述該參數化註解的名字,可在其他類中引用該參數化的返回。引用方法:@Test(dataProvider="methodData") methodDataTest(Method method){} 1.依賴於java.lang.reflect.Method包 2.參數化類可傳入其他方法,可作爲傳遞參數的判斷條件。以便給不同方法分別傳入
相關文章
相關標籤/搜索