|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.openeai.OpenEaiObject
|
+--org.openeai.moa.EnterpriseObjectBase
|
+--org.openeai.moa.XmlEnterpriseObjectImpl
|
+--org.openeai.moa.objects.testsuite.TestStepSummary
A Class that wraps the TestSuiteSummary element as specified in the OpenEAI TestSuiteSummary definition.
| Field Summary |
| Fields inherited from class org.openeai.moa.XmlEnterpriseObjectImpl |
ENTERPRISE_FIELDS, XML_LAYOUT_MANAGER |
| Fields inherited from class org.openeai.OpenEaiObject |
logger |
| Constructor Summary | |
TestStepSummary()
|
|
TestStepSummary(MessageObjectConfig mConfig)
|
|
| Method Summary | |
java.lang.String |
getFailedSteps()
|
java.lang.String |
getPassedSteps()
|
java.lang.String |
getTotalSteps()
|
void |
setFailedSteps(java.lang.String failed)
|
void |
setPassedSteps(java.lang.String passed)
|
void |
setTotalSteps(java.lang.String total)
|
| Methods inherited from class org.openeai.OpenEaiObject |
addLog4jProperty, getAppName, getDebug, getFromAddr, getLog4jProperties, getMailHost, getMailService, getProperties, getToAddr, initializeLog4j, initializeLog4j, initializeLog4j, setAppName, setDebug, setFromAddr, setMailHost, setMailService, setProperties, setToAddr |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TestStepSummary()
public TestStepSummary(MessageObjectConfig mConfig)
throws EnterpriseObjectException
| Method Detail |
public void setTotalSteps(java.lang.String total)
throws EnterpriseFieldException
EnterpriseFieldExceptionpublic java.lang.String getTotalSteps()
public void setPassedSteps(java.lang.String passed)
throws EnterpriseFieldException
EnterpriseFieldExceptionpublic java.lang.String getPassedSteps()
public void setFailedSteps(java.lang.String failed)
throws EnterpriseFieldException
EnterpriseFieldExceptionpublic java.lang.String getFailedSteps()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||