| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal | |
| org.testng.reporters | |
| org.testng.reporters.jq |
| Modifier and Type | Method | Description |
|---|---|---|
IReporter |
ReporterConfig.newReporterInstance() |
Creates a reporter based on the current configuration
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IReporter> |
SuiteRunner.getReporters() |
|
java.util.Set<IReporter> |
TestNG.getReporters() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TestNG.addListener(IReporter listener) |
Deprecated.
Use addListener(ITestNGListener) instead
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ExitCodeListener |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EmailableReporter |
Reported designed to render self-contained HTML top down view of a testing
suite.
|
class |
EmailableReporter2 |
Reporter that generates a single-page HTML report of the test results.
|
class |
FailedReporter |
This reporter is responsible for creating testng-failed.xml
|
class |
JqReporter |
Deprecated.
Use
Main instead |
class |
JUnitReportReporter |
|
class |
SuiteHTMLReporter |
This class implements an HTML reporter for suites.
|
class |
XMLReporter |
The main entry for the XML generation operation
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Main |