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 java.util.Map<java.lang.String,ISuiteResult>ISuite. getResults()java.util.Map<java.lang.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 voidXMLSuiteResultWriter. writeSuiteResult(XMLStringBuffer xmlBuffer, ISuiteResult suiteResult)Writes the specified ISuiteResult in the given XMLStringBuffer.
-