Uses of Interface
org.testng.IReporter
Packages that use IReporter
-
Uses of IReporter in org.testng
Fields in org.testng with type parameters of type IReporterMethods in org.testng that return types with arguments of type IReporterMethods in org.testng with parameters of type IReporterMethod parameters in org.testng with type 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 TypeClassDescriptionclass
Reported designed to render self-contained HTML top down view of a testing suite.class
Reporter that generates a single-page HTML report of the test results.class
This reporter is responsible for creating testng-failed.xmlclass
class
This class implements an HTML reporter for suites.class
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