Uses of Interface
org.testng.IReporter
Packages that use IReporter
-
Uses of IReporter in org.testng
Methods in org.testng that return types with arguments of type IReporter -
Uses of IReporter in org.testng.internal
Classes in org.testng.internal that implement IReporterMethods in org.testng.internal that return IReporterModifier and TypeMethodDescriptionReporterConfig.newReporterInstance()Creates a reporter based on the current configuration -
Uses of IReporter in org.testng.reporters
Classes in org.testng.reporters that implement IReporterModifier and TypeClassDescriptionclassReported designed to render self-contained HTML top down view of a testing suite.classReporter that generates a single-page HTML report of the test results.classThis reporter is responsible for creating testng-failed.xmlclassclassThis class implements an HTML reporter for suites.classThe main entry for the XML generation operation -
Uses of IReporter in org.testng.reporters.jq
Classes in org.testng.reporters.jq that implement IReporter