|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openeai.OpenEaiObject
org.openeai.moa.EnterpriseObjectBase
org.openeai.moa.XmlEnterpriseObjectImpl
org.openeai.moa.objects.testsuite.TestSeriesSummary
public class TestSeriesSummary
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 | |
|---|---|
TestSeriesSummary()
|
|
TestSeriesSummary(MessageObjectConfig mConfig)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFailedSeries()
|
java.lang.String |
getPassedSeries()
|
java.lang.String |
getTotalSeries()
|
void |
setFailedSeries(java.lang.String failed)
|
void |
setPassedSeries(java.lang.String passed)
|
void |
setTotalSeries(java.lang.String total)
|
| Methods inherited from class org.openeai.OpenEaiObject |
|---|
getAppName, getDebug, getFromAddr, 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 |
| Methods inherited from interface org.openeai.PubliclyCloneable |
|---|
clone |
| Constructor Detail |
|---|
public TestSeriesSummary()
public TestSeriesSummary(MessageObjectConfig mConfig)
throws EnterpriseObjectException
EnterpriseObjectException| Method Detail |
|---|
public void setTotalSeries(java.lang.String total)
throws EnterpriseFieldException
EnterpriseFieldExceptionpublic java.lang.String getTotalSeries()
public void setPassedSeries(java.lang.String passed)
throws EnterpriseFieldException
EnterpriseFieldExceptionpublic java.lang.String getPassedSeries()
public void setFailedSeries(java.lang.String failed)
throws EnterpriseFieldException
EnterpriseFieldExceptionpublic java.lang.String getFailedSeries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||