|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.core.uitest.data.UiSuiteResult
public class UiSuiteResult
Contains the result of the execution of a given suite.
| Constructor Summary | |
|---|---|
UiSuiteResult()
|
|
| Method Summary | |
|---|---|
void |
addCase(IUnitCaseResult pCaseResult)
Adds a single case to the current list of cases. |
java.util.Map |
getCases()
The list of contained Test Cases for this suite. |
java.lang.String |
getName()
The name of this suite. |
void |
setCases(java.util.Map pCases)
Defines the cases that belong to this test suite. |
void |
setName(java.lang.String pName)
Defines the name of this suite. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UiSuiteResult()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface IUnitSuiteResultpublic void setName(java.lang.String pName)
pName - the suite name.public java.util.Map getCases()
getCases in interface IUnitSuiteResultIUnitCaseResult.public void setCases(java.util.Map pCases)
pCases - the list of cases.public void addCase(IUnitCaseResult pCaseResult)
addCase in interface IUnitSuiteResultpCaseResult - the case result to add to the current list.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||