| Buffer |
|
| DotTestListener |
|
| EmailableReporter |
Reported designed to render self-contained HTML top down view of a testing
suite.
|
| EmailableReporter.TestSorter |
Arranges methods by classname and method name
|
| EmailableReporter2 |
Reporter that generates a single-page HTML report of the test results.
|
| EmailableReporter2.ClassResult |
|
| EmailableReporter2.MethodResult |
Groups test results by method.
|
| EmailableReporter2.SuiteResult |
|
| EmailableReporter2.TestResult |
|
| 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
|
| Files |
|
| FileStringBuffer |
A string buffer that flushes its content to a temporary file whenever the internal
string buffer becomes larger than MAX.
|
| HtmlHelper |
|
| JqReporter |
Deprecated.
|
| JUnitReportReporter |
|
| JUnitReportReporter.TestTag |
|
| JUnitXMLReporter |
A JUnit XML report generator (replacing the original JUnitXMLReporter that was
based on XML APIs).
|
| SuiteHTMLReporter |
This class implements an HTML reporter for suites.
|
| Tag |
|
| TestHTMLReporter |
This class implements an HTML reporter for individual tests.
|
| TestHTMLReporter.ConfigurationComparator |
|
| TestHTMLReporter.NameComparator |
|
| TextReporter |
A simple reporter that collects the results and prints them on standard out.
|
| VerboseReporter |
Reporter printing out detailed messages about what TestNG
is going to run and what is the status of what has been just run.
|
| 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.
|