Searched defs:getTimestampFormat (Results 1 - 2 of 2) sorted by relevance

/external/testng/src/main/java/org/testng/reporters/
H A DXMLReporter.java180 SimpleDateFormat format = new SimpleDateFormat(config.getTimestampFormat());
241 public String getTimestampFormat() { method in class:XMLReporter
242 return config.getTimestampFormat();
H A DXMLReporterConfig.java204 public String getTimestampFormat() { method in class:XMLReporterConfig

Completed in 954 milliseconds