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
Methods 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() -
Uses of IReporter in org.testng.internal
Classes in org.testng.internal that implement IReporter Modifier and Type Class Description classExitCodeListener -
Uses of IReporter in org.testng.reporters
Classes in org.testng.reporters that implement IReporter Modifier and Type Class Description classAbstractXmlReporterclassEmailableReporter2Reporter that generates a single-page HTML report of the test results.classFailedReporterThis reporter is responsible for creating testng-failed.xmlclassJUnitReportReporterclassPerSuiteXMLReporterThe main entry for the XML generation operationclassSuiteHTMLReporterDeprecated.- This reporter is deprecated as of TestNG7.9.0in favour ofMainclassXMLReporterThe 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 classMain
-