Searched refs:ATTR_DURATION_MS (Results 1 – 4 of 4) sorted by relevance
4 import static org.testng.reporters.XMLReporterConfig.ATTR_DURATION_MS;81 0, Long.parseLong(attributes.getValue(ATTR_DURATION_MS)), in startElement()
48 public static final String ATTR_DURATION_MS = "duration-ms"; field in XMLReporterConfig
189 attributes.setProperty(XMLReporterConfig.ATTR_DURATION_MS, Long.toString(duration)); in addDurationAttributes()
201 attributes.setProperty(XMLReporterConfig.ATTR_DURATION_MS, strDuration); in getTestResultAttributes()