Commit e907acd2 authored by 赵然's avatar 赵然

zr

parent 8c2eba8b
package http.cases.ExchangeTest;
import base.DuibaBase;
import base.MysqlConnPool;
import http.service.app.SupplierExchangeTemplateService;
import org.springframework.beans.factory.annotation.Autowired;
import org.testng.annotations.BeforeSuite;
......@@ -11,11 +12,11 @@ import java.util.Map;
* Created by zhaoran on 2018/11/15
* Remark: 校验Q币、虚拟商品兑换模板
*/
public class CheckTemplet_ExchangeTest extends DuibaBase {
@Autowired
SupplierExchangeTemplateService supplierExchangeTemplateService;
public class CheckTemplet extends DuibaBase {
// @Autowired
SupplierExchangeTemplateService supplierExchangeTemplateService = new SupplierExchangeTemplateService();
@BeforeSuite
// @BeforeSuite
public void setTemplet() throws Exception {
this.setVirtual();
Thread.sleep(1000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment