随笔分类 -  SoapUI

摘要:def GetDates(String startDate, String endDate){ Date d1 = new SimpleDateFormat("yyyyMMdd").parse(startDate);//定义起始日期 Date d2 = new SimpleDateFormat("y 阅读全文
posted @ 2017-11-06 14:16 Sunshine168 阅读(4400) 评论(0) 推荐(0)
摘要:ArrayList actualList = ["1","2","3"] ArrayList expectList = ["1","5","6"] containsList(actualList, expectList ) //Check the expectList in actualList static def containsList(ArrayList actualList, Arr... 阅读全文
posted @ 2017-08-17 14:37 Sunshine168 阅读(46176) 评论(0) 推荐(0)