TestNG
lemo_ice
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
TestNG group
<suite name=""> <test name=""> <groups> <define name="demogroup"> <include name="1"></include> <include name="2"></include> </define&g...原创 2019-07-06 11:59:41 · 246 阅读 · 0 评论 -
java中Properties类及读取properties中属性值
import java.io.IOException; import java.util.Properties; public class PropertiesUtil { public static final String FILE_PATH = "properties/upload.properties"; //通过传入的路径及key,获得对应的值 public...原创 2019-07-06 16:19:48 · 709 阅读 · 0 评论
分享