Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/reporters/
DXMLReporterConfig.java162 private String timestampFormat = FMT_DEFAULT; field in XMLReporterConfig
205 return timestampFormat; in getTimestampFormat()
208 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat() argument
209 this.timestampFormat = timestampFormat; in setTimestampFormat()
DXMLReporter.java245 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat() argument
246 config.setTimestampFormat(timestampFormat); in setTimestampFormat()