Commit a3d5d5ca by xuyamei

接口优化

parent ae793363
......@@ -179,7 +179,7 @@ public class TestPay extends XMBaseTest {
}
@Test(dataProvider = "dataProvider")
public void testSignOrder2(boolean directReceive,String memo) {
public void testPay2(boolean directReceive,String memo) {
// 查询存量的学员没有则创建学员
if (tools.commonSearch("刘佳","NORMAL").getJSONArray("result").size()>0){
memberId = tools.commonSearch("刘佳","NORMAL").getJSONArray("result").getJSONObject(0).getString("id");
......
......@@ -214,7 +214,7 @@ public class TestSignOrder extends XMBaseTest {
};
}
@Test(description = "部分支付不发放商品权益")
@Test(description = "部分支付不发放商品权益",dataProvider = "dataProvider")
public void testSignOrder2(boolean directReceive,String memo) {
// 查询存量的学员没有则创建学员
if (tools.commonSearch("刘青","NORMAL").getJSONArray("result").size()>0){
......
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