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 |
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 java.lang.String m_propertyFileName
private final XmlSuite m_suite
private final ITestContext m_testContext
protected SuiteResult(XmlSuite suite, ITestContext tr)
public java.lang.String getPropertyFileName()
getPropertyFileName
in interface ISuiteResult
public ITestContext getTestContext()
getTestContext
in interface ISuiteResult
public XmlSuite getSuite()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public java.lang.String toString()
toString
in class java.lang.Object