Commit d07184c3 authored by 赵然's avatar 赵然

zr

parent b4306a2d
/** /**
* Copyright (C), 2015-2018 * Copyright (C), 2015-2018
* FileName: 游戏_新建无大奖游戏_AccessTest * FileName: 游戏_新建无大奖游戏
* Author: qianwenjun * Author: qianwenjun
* Date: 2018/5/27 09:29 * Date: 2018/5/27 09:29
* Description: 新建无大奖游戏 * Description: 新建无大奖游戏
...@@ -34,7 +34,7 @@ import static io.restassured.RestAssured.given; ...@@ -34,7 +34,7 @@ import static io.restassured.RestAssured.given;
* @create 2018/5/27 * @create 2018/5/27
* @since 1.0.0 * @since 1.0.0
*/ */
public class 游戏_新建无大奖游戏_AccessTest extends DuibaTestBase { public class 游戏_新建无大奖游戏 extends DuibaTestBase {
private DuibaLog logger = DuibaLog.getLogger(); private DuibaLog logger = DuibaLog.getLogger();
......
...@@ -159,7 +159,7 @@ public class 账户异常提现_AccessTest extends DuibaTestBase{ ...@@ -159,7 +159,7 @@ public class 账户异常提现_AccessTest extends DuibaTestBase{
this.checkRecord(uid3,"100"); this.checkRecord(uid3,"100");
} }
@Test //@Test
public void 兑吧账户余额不足() throws Exception { public void 兑吧账户余额不足() throws Exception {
Response responses = managerService.adminDuibaBalance(); Response responses = managerService.adminDuibaBalance();
String balanceManager = MatcherString.getString(responses.asString(), "type=\"hidden\" value=\"(.*?)\"", 1); String balanceManager = MatcherString.getString(responses.asString(), "type=\"hidden\" value=\"(.*?)\"", 1);
......
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