|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
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 | |
|---|---|
void |
XMLSuiteResultWriter.writeSuiteResult(XMLStringBuffer xmlBuffer,
ISuiteResult suiteResult)
Writes the specified ISuiteResult in the given XMLStringBuffer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||