this.children = children;
}
public void runTest() throws TestCaseException {
this.currentTest = new SeleniumXml(this.parent);
this.currentTest.setUserName(this.parent.getUserName());
this.currentTest.setPassword(this.parent.getPassword());
Map<String, Object> dataMap = this.parent.getMap();
List<Map<String, Object>> dataList = UtilGenerics.cast(dataMap.get(this.dataListName));
//for (Map<String, Object> mp: dataList) {