Uses of Interface
org.testng.ISuiteResult

Packages that use ISuiteResult
org.testng   
org.testng.reporters   
 

Uses of ISuiteResult in org.testng
 

Classes in org.testng that implement ISuiteResult
 class SuiteResult
          This class logs the result of an entire Test Suite (defined by a property file).
 

Methods in org.testng that return types with arguments of type ISuiteResult
 Map<String,ISuiteResult> SuiteRunner.getResults()
           
 Map<String,ISuiteResult> ISuite.getResults()
           
 

Uses of ISuiteResult in org.testng.reporters
 

Methods in org.testng.reporters with parameters of type ISuiteResult
 void XMLSuiteResultWriter.writeSuiteResult(XMLStringBuffer xmlBuffer, ISuiteResult suiteResult)
          Writes the specified ISuiteResult in the given XMLStringBuffer.
 



Copyright © 2010. All Rights Reserved.