| Class | Description |
|---|---|
| AbstractReporter |
Convenient base class for the ReportNG reporters.
|
| HTMLReporter |
Enhanced HTML reporter for TestNG that uses Velocity templates to generate its
output.
|
| JUnitXMLReporter |
JUnit XML reporter for TestNG that uses Velocity templates to generate its
output.
|
| JUnitXMLReporter.TestClassResults |
Groups together all of the data about the tests results from the methods
of a single test class.
|
| ReportMetadata |
Provides access to static information useful when generating a report.
|
| ReportNGUtils |
Utility class that provides various helper methods that can be invoked
from a Velocity template.
|
| Exception | Description |
|---|---|
| ReportNGException |
Unchecked exception thrown when an unrecoverable error occurs during report
generation.
|