Commit 7c823037 authored by 马博's avatar 马博

update

parent a78cf077
......@@ -274,6 +274,13 @@
<version>2.2.25</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.20</version>
</dependency>
</dependencies>
<build>
......
......@@ -22,7 +22,7 @@ import java.util.Map;
/**
* Created by mabo on 2019/3/25
*/
public class 自有新优惠券_兑换限制测试 extends CheckTemplet{
public class 自有新优惠券_兑换限制测试_ExchangeTest extends CheckTemplet{
@Autowired
http.service.app.gawService gawService;
......
......@@ -19,7 +19,7 @@ import java.util.Map;
/**
* Created by mabo on 2019/3/26
*/
public class 自有新虚拟商品_充值_兑换限制 extends CheckTemplet{
public class 自有新虚拟商品_充值_兑换限制_ExchangeTest extends CheckTemplet{
@Autowired
http.service.app.gawService gawService;
@Autowired
......
......@@ -26,7 +26,7 @@ import static io.restassured.RestAssured.given;
/**
* Created by mabo on 2019/3/22
*/
public class 自有老优惠券商品_兑换限制测试 extends CheckTemplet {
public class 自有老优惠券商品_兑换限制测试_ExchangeTest extends CheckTemplet {
@Autowired
private MobileService mobileService;
@Autowired
......
......@@ -27,7 +27,7 @@ import static io.restassured.RestAssured.given;
/**
* Created by mabo on 2019/3/22
*/
public class 自有老实物_兑换限制测试 extends CheckTemplet {
public class 自有老实物_兑换限制测试_ExchangeTest extends CheckTemplet {
@Autowired
private MobileService mobileService;
@Autowired
......
......@@ -24,7 +24,7 @@ import java.util.Map;
/**
* Created by mabo on 2019/3/25
*/
public class 自有老虚拟商品_兑换限制测试 extends CheckTemplet {
public class 自有老虚拟商品_兑换限制测试_ExchangeTest extends CheckTemplet {
@Autowired
private MobileService mobileService;
@Autowired
......
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