Searched refs:getTimestampFormat (Results 1 – 3 of 3) sorted by relevance
180 SimpleDateFormat format = new SimpleDateFormat(config.getTimestampFormat()); in addDurationAttributes()241 public String getTimestampFormat() { in getTimestampFormat() method in XMLReporter242 return config.getTimestampFormat(); in getTimestampFormat()
204 public String getTimestampFormat() { in getTimestampFormat() method in XMLReporterConfig
194 SimpleDateFormat format = new SimpleDateFormat(config.getTimestampFormat()); in getTestResultAttributes()