Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/reporters/
DXMLReporter.java245 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat() method in XMLReporter
246 config.setTimestampFormat(timestampFormat); in setTimestampFormat()
DXMLReporterConfig.java208 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat() method in XMLReporterConfig