摘要: public static void wait (WebDriverWait wait,By by,String state,String description) { // LogUtil.debugLog("begin wait.............."+description); if(" 阅读全文
posted @ 2020-07-16 00:17 采蘑菇的小蜜蜂 阅读(88) 评论(0) 推荐(0) 编辑
摘要: public static void generateControllFile(List<List> infoLists) throws ParseException { logger.info("正在生成xlsx管控文件"); String stationInfo_title[] ={ "序列号" 阅读全文
posted @ 2020-07-16 00:15 采蘑菇的小蜜蜂 阅读(89) 评论(0) 推荐(0) 编辑
摘要: public static String match(String value ,String complie){ String rs = null; Pattern regular = Pattern.compile(complie); Matcher matcher = regular.matc 阅读全文
posted @ 2020-07-16 00:14 采蘑菇的小蜜蜂 阅读(316) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" ><suite name="CloudFort"> <test name="User" preserve-o 阅读全文
posted @ 2020-07-16 00:13 采蘑菇的小蜜蜂 阅读(117) 评论(0) 推荐(0) 编辑