删除无效的输出语句
This commit is contained in:
parent
3df5d204b8
commit
9c1671aaba
|
@ -171,7 +171,6 @@ public class TestNGDataDriver {
|
||||||
//将List<String>转换为List<Object>
|
//将List<String>转换为List<Object>
|
||||||
List<Object> objectList = new ArrayList<>();
|
List<Object> objectList = new ArrayList<>();
|
||||||
objectList.addAll(data.getColumn(columnIndex, isFirstTitle ? 1 : 0, data.getCoulumnSize(columnIndex)));
|
objectList.addAll(data.getColumn(columnIndex, isFirstTitle ? 1 : 0, data.getCoulumnSize(columnIndex)));
|
||||||
System.out.println(objectList);
|
|
||||||
//存储数据
|
//存储数据
|
||||||
addData(titleList.get(columnIndex + titleIndex), objectList);
|
addData(titleList.get(columnIndex + titleIndex), objectList);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue