Interface | Description |
---|---|
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 | Description |
---|---|
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
|
Files | |
HtmlHelper | |
JqReporter | |
JUnitReportReporter | |
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.
|
TestHTMLReporter |
This class implements an HTML reporter for individual tests.
|
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.
|
Copyright © 2013. All Rights Reserved.