Uses of Interface
org.testng.IReporter
-
Packages that use IReporter Package Description org.testng org.testng.internal org.testng.reporters org.testng.reporters.jq -
-
Uses of IReporter in org.testng
Fields in org.testng with type parameters of type IReporter Modifier and Type Field 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
Methods in org.testng that return IReporter Modifier and Type Method Description private IReporter
TestNG. newReporterInstance(ReporterConfig config)
Creates a reporter based on the configurationMethods in org.testng that return types with arguments of type IReporter Modifier and Type Method Description java.util.List<IReporter>
SuiteRunner. getReporters()
java.util.Set<IReporter>
TestNG. getReporters()
Methods in org.testng with parameters of type IReporter Modifier and Type Method Description private void
SuiteRunner. addReporter(IReporter listener)
Method parameters in org.testng with type arguments of type IReporter Modifier and Type Method Description private void
TestNG. addReporter(java.lang.Class<? extends IReporter> r)
-
Uses of IReporter in org.testng.internal
Classes in org.testng.internal that implement IReporter Modifier and Type Class Description class
ExitCodeListener
-
Uses of IReporter in org.testng.reporters
Classes in org.testng.reporters that implement IReporter 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.xmlclass
JUnitReportReporter
class
SuiteHTMLReporter
This class implements an HTML reporter for suites.class
XMLReporter
The main entry for the XML generation operation -
Uses of IReporter in org.testng.reporters.jq
Classes in org.testng.reporters.jq that implement IReporter Modifier and Type Class Description class
Main
-