Uses of Interface
org.testng.ISuiteResult
-
Packages that use ISuiteResult Package Description org.testng org.testng.reporters -
-
Uses of ISuiteResult in org.testng
Methods in org.testng that return types with arguments of type ISuiteResult Modifier and Type Method Description Map<String,ISuiteResult>
ISuite. getResults()
Map<String,ISuiteResult>
SuiteRunner. getResults()
-
Uses of ISuiteResult in org.testng.reporters
Methods in org.testng.reporters with parameters of type ISuiteResult Modifier and Type Method Description void
XMLSuiteResultWriter. writeSuiteResult(XMLStringBuffer xmlBuffer, ISuiteResult suiteResult)
Writes the specified ISuiteResult in the given XMLStringBuffer.
-