Commit eae4452e by 左磊磊

24年04月08日09点更新:注释testng.xml睿思数据模块代码

parent dea70ae9
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<suite name="理工数传" parallel="false"> <!-- suite 套件/项目--> <suite name="理工数传" parallel="false"> <!-- suite 套件/项目-->
<test name="睿思数据"> <!-- 模块--> <!-- <test name="睿思数据"> &lt;!&ndash; 模块&ndash;&gt;-->
<classes> <!-- <classes>-->
<class name="com.lemon.cases.RaysDataCase"/> <!-- 测试类/用例类--> <!-- <class name="com.lemon.cases.RaysDataCase"/> &lt;!&ndash; 测试类/用例类&ndash;&gt;-->
</classes> <!-- </classes>-->
</test> <!-- </test>-->
<test name="RAYS支付"> <!-- 模块--> <test name="RAYS支付"> <!-- 模块-->
<classes> <classes>
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
</classes> </classes>
</test> </test>
<test name="RAYS7标准化"> <!-- 模块--> <!-- <test name="RAYS7标准化"> &lt;!&ndash; 模块&ndash;&gt;-->
<classes> <!-- <classes>-->
<class name="com.lemon.cases.Rays7Case"/> <!-- 测试类/用例类--> <!-- <class name="com.lemon.cases.Rays7Case"/> &lt;!&ndash; 测试类/用例类&ndash;&gt;-->
</classes> <!-- </classes>-->
</test> <!-- </test>-->
<test name="RAYS7服务"> <!-- 模块--> <test name="RAYS7服务"> <!-- 模块-->
<classes> <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