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 TypeMethodDescriptionint
compareTo
(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, wait
Methods inherited from interface org.testng.ISuiteResult
getPropertyFileName
-
Field Details
-
m_suite
-
m_testContext
-
-
Constructor Details
-
SuiteResult
-
-
Method Details
-
getTestContext
- Specified by:
getTestContext
in interfaceISuiteResult
- Returns:
- Returns the singleTestRunner.
-
getSuite
- Returns:
- Returns the suite.
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ISuiteResult>
-
toString
Returns the test context name.
-