class SuiteResult extends java.lang.Object implements ISuiteResult, java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
m_propertyFileName |
private XmlSuite |
m_suite |
private ITestContext |
m_testContext |
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
protected |
SuiteResult(XmlSuite suite,
ITestContext tr) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
java.lang.String |
getPropertyFileName() |
XmlSuite |
getSuite() |
ITestContext |
getTestContext() |
java.lang.String |
toString()
Returns the test context name.
|
private static final long serialVersionUID
private java.lang.String m_propertyFileName
private XmlSuite m_suite
private ITestContext m_testContext
protected SuiteResult(XmlSuite suite, ITestContext tr)
public java.lang.String getPropertyFileName()
getPropertyFileName in interface ISuiteResultpublic ITestContext getTestContext()
getTestContext in interface ISuiteResultpublic XmlSuite getSuite()
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic java.lang.String toString()
toString in class java.lang.Object