Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.reporters | |
org.testng.reporters.jq |
Modifier and Type | Method and Description |
---|---|
IReporter |
ReporterConfig.newReporterInstance()
Creates a reporter based on the current configuration
|
Modifier and Type | Method and Description |
---|---|
Set<IReporter> |
TestNG.getReporters() |
List<IReporter> |
SuiteRunner.getReporters() |
Modifier and Type | Method and Description |
---|---|
void |
TestNG.addListener(IReporter listener)
Deprecated.
Use addListener(ITestNGListener) instead
|
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 |
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 and Description |
---|---|
class |
Main |
Copyright © 2018. All rights reserved.