Searched refs:groupNamesStr (Results 1 – 1 of 1) sorted by relevance
204 String groupNamesStr = Utils.arrayToString(testResult.getMethod().getGroups()); in getTestResultAttributes() local205 if (!Utils.isStringEmpty(groupNamesStr)) { in getTestResultAttributes()206 attributes.setProperty(XMLReporterConfig.ATTR_GROUPS, groupNamesStr); in getTestResultAttributes()