Commit 6adf3603 by yangfangfang

测试一下

parent fdeedda2
package com.xiaomai.cases.lunar.goods;
import com.xiaomai.basetest.BaseTestImpl;
import com.xiaomai.client.XMAppApi;
import com.xiaomai.enums.ApiModule;
import com.xiaomai.enums.LoginAccount;
import com.xiaomai.enums.Terminal;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
public class yige extends BaseTestImpl {
@BeforeMethod
@Override
public void beforeTest(){
setTestInfo(ApiModule.Lunar_Goods,"API_purchaseGoods", LoginAccount.GYM_MINIAPPC, Terminal.minApp,"yff");
super.beforeTest();
}
@Test(description = "购买非0元多规格物品")
public void testPurchaseGoods_WAITING() {
}
}
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