Searched refs:XMLReporter (Results 1 – 5 of 5) sorted by relevance
28 public class XMLReporter implements IReporter { class
108 XMLReporter.addDurationAttributes(config, attributes, tc.getStartDate(), tc.getEndDate()); in getSuiteResultAttributes()
54 import org.testng.reporters.XMLReporter;896 addReporter(XMLReporter.class); in initializeDefaultListeners()
171 * Fixed a crash in the XMLReporter when a benchmark throws exception during warmup (#1706)
148 Added: GITHUB-243: Add Reporter Output per Test in XMLReporter (dunse)