Package org.testng
Class SuiteResult
java.lang.Object
org.testng.SuiteResult
- All Implemented Interfaces:
Comparable<ISuiteResult>,ISuiteResult
This class logs the result of an entire Test Suite (defined by a property file).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ISuiteResult other) getSuite()toString()Returns the test context name.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.testng.ISuiteResult
getPropertyFileName
-
Field Details
-
m_suite
-
m_testContext
-
-
Constructor Details
-
SuiteResult
-
-
Method Details
-
getTestContext
- Specified by:
getTestContextin interfaceISuiteResult- Returns:
- Returns the singleTestRunner.
-
getSuite
- Returns:
- Returns the suite.
-
compareTo
- Specified by:
compareToin interfaceComparable<ISuiteResult>
-
toString
Returns the test context name.
-