Home
last modified time | relevance | path

Searched refs:groupAttrs (Results 1 – 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/reporters/
DXMLReporter.java130 Properties groupAttrs = new Properties(); in writeSuiteGroups() local
131 groupAttrs.setProperty(XMLReporterConfig.ATTR_NAME, entry.getKey()); in writeSuiteGroups()
132 xmlBuffer.push(XMLReporterConfig.TAG_GROUP, groupAttrs); in writeSuiteGroups()