Commit 642e95a2 authored by xiamengchen's avatar xiamengchen

直播中测试覆盖+屏蔽翻牌集字部分

parent a7780cbc
......@@ -24,7 +24,7 @@ public class FlipCard implements Authorization {
/**
* 翻牌集字活动配置
*/
/*
@Test(description = "保存翻牌配置", priority = 1)
public void 保存翻牌配置() {
Map<String, Object> Params = new HashMap<>();
......@@ -107,7 +107,7 @@ public class FlipCard implements Authorization {
Assert.assertNotNull(redConfId, network.message(params, BasicConfig.MOBILE_wordConf, "查询直播翻牌配置详情失败", response.body().asString()));
}
*/
//用户任务完成
@Test(description = "访客H分享直播间", priority = 7)
public void 访客H分享直播间() {
......@@ -201,7 +201,7 @@ public class FlipCard implements Authorization {
}
/*
@Test(description = "访客H获得助力", priority = 12)
public void 访客H获得助力() {
......@@ -293,7 +293,7 @@ public class FlipCard implements Authorization {
}
*/
//预约
@Test(description = "翻牌集字_预约", priority = 16)
......@@ -320,7 +320,7 @@ public class FlipCard implements Authorization {
}
/*
@Test(description = "用户完成任务情况", priority = 17)
public void 用户完成任务情况() {
......@@ -549,4 +549,6 @@ public class FlipCard implements Authorization {
Assert.assertTrue(redAmount==1000, network.message(params, BasicConfig.MOBILE_redOpenState, "红包金额不对", response.body().asString()));
}
*/
}
......@@ -180,11 +180,11 @@
</classes>
</test>
<test preserve-order="true" name="问题">
<classes>
<class name="com.kjj.cases.live.question.Question"/>
</classes>
</test>
<test preserve-order="true" name="问题">
<classes>
<class name="com.kjj.cases.live.question.Question"/>
</classes>
</test>
<test preserve-order="true" name="直播中时长宝箱">
<classes>
......
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