Package org.testng.reporters

Interface Summary
XMLConstants interface groups the XML constants tries to emulate what's in org.apache.tools.ant.taskdefs.optional.junit.XMLConstants to be compatible with junitreport
 

Class Summary
DotTestListener  
EmailableReporter Reported designed to render self-contained HTML top down view of a testing suite.
ExitCodeListener A very simple ITestListener used by the TestNG runner to find out the exit code.
FailedReporter This reporter is responsible for creating testng-failed.xml
HtmlHelper  
JUnitReportReporter  
JUnitXMLReporter A JUnit XML report generator (replacing the original JUnitXMLReporter that was based on XML APIs).
JUnitXMLReporter2 this XML Reporter will produce XML format compatible with the XMLJUnitResultFormatter from ant this enables TestNG output to be processed by tools that already handle this format borrows heavily from ideas in org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter this is the original version which was replaced by JUnitXMLReporter
SuiteHTMLReporter This class implements an HTML reporter for suites.
TestHTMLReporter This class implements an HTML reporter for individual tests.
TextReporter A simple reporter that collects the results and prints them on standard out.
XMLReporter The main entry for the XML generation operation
XMLReporterConfig  
XMLStringBuffer This class allows you to generate an XML text document by pushing and popping tags from a stack maintained internally.
XMLSuiteResultWriter Utility writing an ISuiteResult to an XMLStringBuffer.
XMLUtils Static helpers for XML.
 



Copyright © 2011. All Rights Reserved.