Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.reporters | |
org.testng.reporters.jq |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Class<? extends IReporter>,IReporter> |
TestNG.m_reporters |
private java.util.Map<java.lang.Class<? extends IReporter>,IReporter> |
TestNG.m_reporters |
private java.util.List<IReporter> |
SuiteRunner.reporters |
Modifier and Type | Method and Description |
---|---|
IReporter |
ReporterConfig.newReporterInstance()
Creates a reporter based on the current configuration
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IReporter> |
SuiteRunner.getReporters() |
java.util.Set<IReporter> |
TestNG.getReporters() |
Modifier and Type | Method and Description |
---|---|
private void |
SuiteRunner.addReporter(IReporter listener) |
Modifier and Type | Method and Description |
---|---|
private void |
TestNG.addReporter(java.lang.Class<? extends IReporter> r) |
Modifier and Type | Class and Description |
---|---|
class |
ExitCodeListener |
Modifier and Type | Class and 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 |
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 and Description |
---|---|
class |
Main |