Uses of Interface
org.testng.IReporter

Packages that use IReporter
org.testng   
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
 Set<IReporter> TestNG.getReporters()
           
 List<IReporter> SuiteRunner.getReporters()
           
 

Methods in org.testng with parameters of type IReporter
 void TestNG.addListener(IReporter listener)
           
 

Uses of IReporter in org.testng.reporters
 

Classes in org.testng.reporters that implement IReporter
 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
           
 class 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
 class Main
           
 



Copyright © 2015. All Rights Reserved.