Commit 50a5a6e5 by DuJunLi

优化

parent 5b2f8786
...@@ -13,6 +13,7 @@ import com.xiaomai.enums.Terminal; ...@@ -13,6 +13,7 @@ import com.xiaomai.enums.Terminal;
import com.xiaomai.utils.CommUtil; import com.xiaomai.utils.CommUtil;
import com.xiaomai.utils.XMJSONPath; import com.xiaomai.utils.XMJSONPath;
import org.testng.Assert; import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeClass; import org.testng.annotations.BeforeClass;
import org.testng.annotations.DataProvider; import org.testng.annotations.DataProvider;
import org.testng.annotations.Test; import org.testng.annotations.Test;
...@@ -133,7 +134,7 @@ public class TestGetGroupScheduleTable extends BaseTestImpl { ...@@ -133,7 +134,7 @@ public class TestGetGroupScheduleTable extends BaseTestImpl {
} }
@Test(description = "删除此case创建的日程") @AfterMethod(description = "删除此case创建的日程")
public void delData(){ public void delData(){
List<String> ruleIdIds = new ArrayList<>(); List<String> ruleIdIds = new ArrayList<>();
//查询这个case创建的相关日程 //查询这个case创建的相关日程
......
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