for (String sf : suiteFiles) {
Properties prop = new Properties();
prop.setProperty("path", sf);
xsb.addEmptyElement("suite-file", prop);
}
xsb.pop("suite-files");
}
List<String> included = getIncludedGroups();
List<String> excluded = getExcludedGroups();
if (hasElements(included) || hasElements(excluded)) {