Пример #1
0
 @Parameters({"adname", "orname"})
 @Test
 public void search(String adname, String orname) throws InterruptedException {
   bpinfo.setAdname(adname);
   bpinfo.setOrname(orname);
   BatchClosePlanPage.search(driver, bpinfo);
 }