Commit bc2350ab by xuyamei

修改报错

parent 3a202b8c
...@@ -10,6 +10,7 @@ import com.xiaomai.enums.Terminal; ...@@ -10,6 +10,7 @@ import com.xiaomai.enums.Terminal;
import com.xiaomai.utils.TimeUtils; import com.xiaomai.utils.TimeUtils;
import org.testng.Assert; import org.testng.Assert;
import org.testng.annotations.BeforeClass; import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import javax.annotation.Resource; import javax.annotation.Resource;
...@@ -29,7 +30,7 @@ public class TestGetCoachHistorySpecialDate extends BaseTestImpl { ...@@ -29,7 +30,7 @@ public class TestGetCoachHistorySpecialDate extends BaseTestImpl {
private String coachedId; private String coachedId;
@BeforeClass @BeforeMethod
@Override @Override
public void beforeTest(){ public void beforeTest(){
setTestInfo(ApiModule.Polar_Reserve,"API_getCoachHistorySpecialDate", LoginAccount.GYM_PROD, Terminal.B,"xym"); setTestInfo(ApiModule.Polar_Reserve,"API_getCoachHistorySpecialDate", LoginAccount.GYM_PROD, Terminal.B,"xym");
......
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